Interface DropsList
-
- All Known Implementing Classes:
LivingEntityMixin
public interface DropsListAllows playerItemEntitydrops to be accessed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<net.minecraft.entity.ItemEntity>getDrops()Returns the player drops.
-
-
-
Method Detail
-
getDrops
List<net.minecraft.entity.ItemEntity> getDrops()
Returns the player drops.- Returns:
- the player
ItemEntitydrops.
-
-