Class DummyLevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
java.lang.Object
net.createmod.catnip.utility.levelWrappers.DummyLevelEntityGetter<T>
- All Implemented Interfaces:
net.minecraft.world.level.entity.LevelEntityGetter<T>
public class DummyLevelEntityGetter<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 p_156931_) <U extends T>
voidget(net.minecraft.world.level.entity.EntityTypeTest<T, U> p_156935_, net.minecraft.util.AbortableIterationConsumer<U> p_156936_) <U extends T>
voidget(net.minecraft.world.level.entity.EntityTypeTest<T, U> p_156932_, net.minecraft.world.phys.AABB p_156933_, net.minecraft.util.AbortableIterationConsumer<U> p_156934_) voidgetAll()
-
Constructor Details
-
DummyLevelEntityGetter
public DummyLevelEntityGetter()
-
-
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> p_156935_, net.minecraft.util.AbortableIterationConsumer<U> p_156936_) - 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> p_156932_, net.minecraft.world.phys.AABB p_156933_, net.minecraft.util.AbortableIterationConsumer<U> p_156934_) - Specified by:
getin interfacenet.minecraft.world.level.entity.LevelEntityGetter<T extends net.minecraft.world.level.entity.EntityAccess>
-