Class VirtualLevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
java.lang.Object
com.simibubi.create.foundation.virtualWorld.VirtualLevelEntityGetter<T>
- All Implemented Interfaces:
net.minecraft.world.level.entity.LevelEntityGetter<T>
public class VirtualLevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
extends Object
implements net.minecraft.world.level.entity.LevelEntityGetter<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int id) <U extends T>
voidget(net.minecraft.world.level.entity.EntityTypeTest<T, U> test, net.minecraft.util.AbortableIterationConsumer<U> consumer) <U extends T>
voidget(net.minecraft.world.level.entity.EntityTypeTest<T, U> test, net.minecraft.world.phys.AABB bounds, net.minecraft.util.AbortableIterationConsumer<U> consumer) voidgetAll()
-
Constructor Details
-
VirtualLevelEntityGetter
public VirtualLevelEntityGetter()
-
-
Method Details
-
get
- Specified by:
getin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-
get
- Specified by:
getin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-
getAll
- Specified by:
getAllin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-
get
public <U extends T> void get(net.minecraft.world.level.entity.EntityTypeTest<T, U> test, net.minecraft.util.AbortableIterationConsumer<U> consumer) - Specified by:
getin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-
get
- Specified by:
getin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-
get
public <U extends T> void get(net.minecraft.world.level.entity.EntityTypeTest<T, U> test, net.minecraft.world.phys.AABB bounds, net.minecraft.util.AbortableIterationConsumer<U> consumer) - Specified by:
getin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-