@@ -329,7 +329,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
|||||||
getHandle().canPickUpLoot = pickup;
|
getHandle().canPickUpLoot = pickup;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean canPickupItems() {
|
public boolean getCanPickupItems() {
|
||||||
return getHandle().canPickUpLoot;
|
return getHandle().canPickUpLoot;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user