Interface FloatingFlower

All Known Implementing Classes:
FloatingFlowerImpl

public interface FloatingFlower
  • Method Details

    • getDisplayStack

      net.minecraft.world.item.ItemStack getDisplayStack()
      Returns:
      The itemstack to display on top of the island
    • getIslandType

      FloatingFlower.IslandType getIslandType()
    • setIslandType

      void setIslandType(FloatingFlower.IslandType type)
    • writeNBT

      net.minecraft.nbt.Tag writeNBT()
    • readNBT

      void readNBT(net.minecraft.nbt.CompoundTag nbt)