User Tools

Site Tools


tutorial:inventory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorial:inventory [2022/07/19 02:44] – In ImplementedInventory.java the Implement for setStack was misspelled. netusergettutorial:inventory [2023/11/06 23:28] (current) binaris00
Line 246: Line 246:
     [...]     [...]
     @Override     @Override
-    public int[] getInvAvailableSlots(Direction var1) {+    public int[] getInvAvailableSlots(Direction side) {
         // Just return an array of all slots         // Just return an array of all slots
         int[] result = new int[getItems().size()];         int[] result = new int[getItems().size()];
tutorial/inventory.1658198666.txt.gz · Last modified: 2022/07/19 02:44 by netuserget