Package vazkii.botania.api.block
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
-
writeNBT
net.minecraft.nbt.Tag writeNBT() -
readNBT
void readNBT(net.minecraft.nbt.CompoundTag nbt)
-