Class BlockInventoryHolder

java.lang.Object
org.geysermc.geyser.inventory.holder.InventoryHolder
org.geysermc.geyser.inventory.holder.BlockInventoryHolder

public class BlockInventoryHolder extends InventoryHolder
Manages the fake block we implement for each inventory, should we need to. This class will attempt to use a real block first, if possible.
  • Constructor Details

    • BlockInventoryHolder

      public BlockInventoryHolder(String javaBlockIdentifier, com.nukkitx.protocol.bedrock.data.inventory.ContainerType containerType, String... validBlocks)
  • Method Details