playersTracking

val Entity.playersTracking: Collection<ServerPlayerEntity>

The players who are currently "tracking" the entity, i.e. who have the entity loaded.

Author

sschr15


val BlockEntity.playersTracking: Collection<ServerPlayerEntity>

The players who are currently "tracking" the block entity, i.e. who have the block entity loaded.

Author

sschr15