![]() |
FourKit 1469f90c
The LCE C# Server Plugin API
|
Classes | |
| class | BeaconInventory |
| Represents the inventory of a Beacon. Single slot at index 0. More... | |
| class | DoubleChestInventory |
| Represents the inventory of a Double Chest. 54 slots total — left side is slots 0–26, right side is slots 27–53. More... | |
| class | EnchantingInventory |
| Represents the inventory of an Enchanting Table. Single slot at index 0. More... | |
| class | FurnaceInventory |
| Represents the inventory of a Furnace. Slot layout: 0 = smelting input, 1 = fuel, 2 = result. More... | |
| class | HorseInventory |
| Represents the inventory of a Horse. Slot layout: 0 = saddle, 1 = armor, 2+ = chest slots. More... | |
| class | Inventory |
| Represents an inventory containing items. Behavior relating to Material.AIR is unspecified. More... | |
| interface | InventoryHolder |
| class | InventoryTypeExtensions |
| Provides default size and title information for each InventoryType. | |
| class | InventoryView |
| Represents a view linking two inventories and a single player (whose inventory may or may not be one of the two). More... | |
| class | InventoryViewPropertyExtensions |
| Extension methods for InventoryView.Property. | |
| class | ItemStack |
| Represents a stack of items. More... | |
| class | PlayerInventory |
| Represents a player's inventory, including armor slots and the held item. More... | |
Enumerations | |
| enum | InventoryType { CHEST , DISPENSER , DROPPER , FURNACE , WORKBENCH , CRAFTING , ENCHANTING , BREWING , PLAYER , CREATIVE , MERCHANT , ENDER_CHEST , ANVIL , BEACON , HOPPER } |
| Represents the different types of inventories available. More... | |
| enum | SlotType { RESULT , CRAFTING , ARMOR , CONTAINER , QUICKBAR , OUTSIDE , FUEL } |
| Represents a slot type within an inventory. More... | |
Represents the different types of inventories available.
Represents a slot type within an inventory.