public interface IEntityProvider
| Modifier and Type | Method and Description |
|---|---|
default int |
getEntityFilterPosition()
Most, but not all, widgets have the entity filter attached as the second piece (area as the first)
|
java.util.List<net.minecraft.entity.Entity> |
getValidEntities(net.minecraft.world.World world) |
boolean |
isEntityValid(net.minecraft.entity.Entity entity) |
java.util.List<net.minecraft.entity.Entity> getValidEntities(net.minecraft.world.World world)
boolean isEntityValid(net.minecraft.entity.Entity entity)
default int getEntityFilterPosition()