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 Summary
Fields inherited from class org.geysermc.geyser.inventory.Container
playerInventoryFields inherited from class org.geysermc.geyser.inventory.Inventory
containerType, holderId, holderPosition, items, javaId, size, title -
Constructor Summary
ConstructorsConstructorDescriptionBeaconContainer(GeyserSession session, String title, int id, int size, org.geysermc.mcprotocollib.protocol.data.game.inventory.ContainerType containerType) -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetPrimaryId(int primaryId) voidsetSecondaryId(int secondaryId) Methods inherited from class org.geysermc.geyser.inventory.Container
getContainerSize, getIntegratedPackTitlePrefix, getItem, getOffsetForHotbar, getPlayerInventory, getPrefixedTitle, getSize, isUsingRealBlock, setItem, setUsingRealBlockMethods inherited from class org.geysermc.geyser.inventory.Inventory
getBedrockId, getContainerType, getHolderId, getHolderPosition, getJavaId, getNextStateId, getStateId, getTitle, incrementStateId, isDisplayed, resetNextStateId, setBedrockId, setDisplayed, setHolderId, setHolderPosition, setStateId, shouldConfirmContainerClose, toString, updateItemNetId
-
Constructor Details
-
BeaconContainer
public BeaconContainer(GeyserSession session, String title, int id, int size, org.geysermc.mcprotocollib.protocol.data.game.inventory.ContainerType containerType)
-
-
Method Details
-
getPrimaryId
public int getPrimaryId() -
getSecondaryId
public int getSecondaryId() -
setPrimaryId
public void setPrimaryId(int primaryId) -
setSecondaryId
public void setSecondaryId(int secondaryId)
-