Uses of Class
org.geysermc.connector.inventory.PlayerInventory
Packages that use PlayerInventory
Package
Description
-
Uses of PlayerInventory in org.geysermc.connector.inventory
Constructors in org.geysermc.connector.inventory with parameters of type PlayerInventoryModifierConstructorDescriptionAnvilContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)BeaconContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)CartographyContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)Container(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)EnchantingContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)Generic3X3Container(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)LecternContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)MerchantContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)StonecutterContainer(String title, int id, int size, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory) -
Uses of PlayerInventory in org.geysermc.connector.network.translators.inventory
Methods in org.geysermc.connector.network.translators.inventory with parameters of type PlayerInventoryModifier and TypeMethodDescriptionabstract InventoryInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory) -
Uses of PlayerInventory in org.geysermc.connector.network.translators.inventory.translators
Methods in org.geysermc.connector.network.translators.inventory.translators with parameters of type PlayerInventoryModifier and TypeMethodDescriptionAnvilInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)BaseInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)BeaconInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)CartographyInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)EnchantingInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)Generic3X3InventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)LecternInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)MerchantInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)PlayerInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)StonecutterInventoryTranslator.createInventory(String name, int windowId, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, PlayerInventory playerInventory)