jar

net.lenni0451.mcstructs : inventory

Maven & Gradle

Aug 12, 2023
6 stars

MCStructs · A minecraft data structure library with the goal of being compliant with the vanilla client

Table Of Contents

Latest Version

Download net.lenni0451.mcstructs : inventory JAR file - Latest Versions:

All Versions

Download net.lenni0451.mcstructs : inventory JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window inventory-2.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.lenni0451.mcstructs.inventory.impl.v1_7.inventory

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.BeaconInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.BrewingStandInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.CraftingInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.CraftingResultInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.DispenserInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.FurnaceInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.HopperInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.PlayerInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.SimpleInventory_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.inventory.VillagerInventory_v1_7.class - [JAR]

net.lenni0451.mcstructs.inventory.impl.v1_8.container

├─ net.lenni0451.mcstructs.inventory.impl.v1_8.container.AnvilContainer_v1_8.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_8.container.CraftingTableContainer_v1_8.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_8.container.EnchantmentTableContainer_v1_8.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_8.container.FurnaceContainer_v1_8.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_8.container.PlayerContainer_v1_8.class - [JAR]

net.lenni0451.mcstructs.inventory.enums

├─ net.lenni0451.mcstructs.inventory.enums.DraggingState.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.enums.InventoryAction.class - [JAR]

net.lenni0451.mcstructs.inventory.impl.v1_8.slots

├─ net.lenni0451.mcstructs.inventory.impl.v1_8.slots.CraftingResultSlot_v1_8.class - [JAR]

net.lenni0451.mcstructs.inventory.types

├─ net.lenni0451.mcstructs.inventory.types.AContainer.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.types.ICraftingContainer.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.types.IInventory.class - [JAR]

net.lenni0451.mcstructs.inventory

├─ net.lenni0451.mcstructs.inventory.InventoryHolder.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.Slot.class - [JAR]

net.lenni0451.mcstructs.inventory.impl.v1_7

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.AContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.IInventory_v1_7.class - [JAR]

net.lenni0451.mcstructs.inventory.impl.v1_7.container

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.AnvilContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.BeaconContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.BrewingStandContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.ChestContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.CraftingTableContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.DispenserContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.EnchantmentTableContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.FurnaceContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.HopperContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.HorseContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.PlayerContainer_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.container.VillagerContainer_v1_7.class - [JAR]

net.lenni0451.mcstructs.inventory.impl.v1_7.slots

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.slots.AnvilResultSlot_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.slots.CraftingResultSlot_v1_7.class - [JAR]

├─ net.lenni0451.mcstructs.inventory.impl.v1_7.slots.VillagerResultSlot_v1_7.class - [JAR]

Advertisement