Package org.geysermc.geyser.inventory
Class BeaconContainer
java.lang.Object
org.geysermc.geyser.inventory.Inventory
org.geysermc.geyser.inventory.Container
org.geysermc.geyser.inventory.BeaconContainer
- 
Field SummaryFields inherited from class org.geysermc.geyser.inventory.InventorycontainerType, holderId, holderPosition, id, items, size, title
- 
Constructor SummaryConstructorsConstructorDescriptionBeaconContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.inventory.ContainerType containerType, PlayerInventory playerInventory)
- 
Method SummaryModifier and TypeMethodDescriptionintintvoidsetPrimaryId(int primaryId)voidsetSecondaryId(int secondaryId)Methods inherited from class org.geysermc.geyser.inventory.ContainergetContainerSize, getItem, getPlayerInventory, getSize, isUsingRealBlock, setItem, setUsingRealBlockMethods inherited from class org.geysermc.geyser.inventory.InventorygetContainerType, getHolderId, getHolderPosition, getId, getStateId, getTitle, isPending, setHolderId, setHolderPosition, setPending, setStateId, setTitle, toString, updateItemNetId
- 
Constructor Details- 
BeaconContainerpublic BeaconContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.inventory.ContainerType containerType, PlayerInventory playerInventory)
 
- 
- 
Method Details- 
getPrimaryIdpublic int getPrimaryId()
- 
getSecondaryIdpublic int getSecondaryId()
- 
setPrimaryIdpublic void setPrimaryId(int primaryId)
- 
setSecondaryIdpublic void setSecondaryId(int secondaryId)
 
-