Package pers.neige.neigeitems.ref.world
Class RefWorld
-
- All Implemented Interfaces:
public abstract class RefWorld
-
-
Field Summary
Fields Modifier and Type Field Description public SpigotWorldConfig
spigotConfig
-
Constructor Summary
Constructors Constructor Description RefWorld()
-
Method Summary
Modifier and Type Method Description native List<RefEntity>
getEntities(@Nullable() RefEntity except, RefAABB aabb, @Nullable() Predicate<in RefEntity> filter)
native List<RefEntity>
getEntities(@Nullable() RefEntity except, RefAABB aabb, @Nullable() Predicate<in RefEntity> filter)
native RefChunk
getChunkIfLoaded(int x, int z)
native RefEntity
getEntity(int entityId)
-
-
Method Detail
-
getEntities
native List<RefEntity> getEntities(@Nullable() RefEntity except, RefAABB aabb, @Nullable() Predicate<in RefEntity> filter)
-
getEntities
native List<RefEntity> getEntities(@Nullable() RefEntity except, RefAABB aabb, @Nullable() Predicate<in RefEntity> filter)
-
getChunkIfLoaded
native RefChunk getChunkIfLoaded(int x, int z)
-
-
-
-