Interface DyeableLeatherItem

All Known Implementing Classes:
DyeableArmorItem, DyeableHorseArmorItem

public interface DyeableLeatherItem
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    translateNbtToBedrock​(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag)
     
    static void
    translateNbtToJava​(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)