You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
366 B
11 lines
366 B
--- ../src-base/minecraft/net/minecraft/inventory/Slot.java |
|
+++ ../src-work/minecraft/net/minecraft/inventory/Slot.java |
|
@@ -10,7 +10,7 @@ |
|
|
|
public class Slot |
|
{ |
|
- private final int slotIndex; |
|
+ public final int slotIndex; // CraftBukkit - private -> public |
|
public final IInventory inventory; |
|
public int slotNumber; |
|
public int xDisplayPosition;
|
|
|