mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Initial implementation of inventory stuff, (read-)only for StorageMinecart sofar
This commit is contained in:
@@ -113,6 +113,12 @@ public class EntityMinecart extends Entity
|
||||
// CraftBukkit end
|
||||
}
|
||||
|
||||
// CraftBukkit start
|
||||
public ItemStack[] getContents() {
|
||||
return this.ak;
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
public AxisAlignedBB d(Entity entity) {
|
||||
return entity.z;
|
||||
}
|
||||
|
Reference in New Issue
Block a user