Package org.geysermc.geyser.item
Interface DyeableLeatherItem
- All Known Implementing Classes:
DyeableArmorItem,DyeableHorseArmorItem
public interface DyeableLeatherItem
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidtranslateNbtToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag) static voidtranslateNbtToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag)
-
Method Details
-
translateNbtToBedrock
static void translateNbtToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag) -
translateNbtToJava
static void translateNbtToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag)
-