net.minecraft.world.level.entity

public class LevelEntityGetterAdapter<T extends EntityAccess>

implements LevelEntityGetter<T>

eci
net.minecraft.world.level.entity.LevelEntityGetterAdapter
net.minecraft.class_5578
net.minecraft.world.entity.SimpleEntityLookup
net.minecraft.world.level.entity.LevelEntityGetterAdapter

Field summary

Modifier and TypeField
private final EntityLookup<T>
a
visibleEntities
field_27258
index
private final EntitySectionStorage<T>
b
sectionStorage
field_27259
cache

Constructor summary

ModifierConstructor
public (EntityLookup<T> index, EntitySectionStorage<T> cache)

Method summary

Modifier and TypeMethod
public T
a(int arg0)
get(int arg0)
method_31804(int arg0)
get(int arg0)
public T
a(UUID arg0)
get(UUID arg0)
method_31808(UUID arg0)
get(UUID arg0)
public Iterable<T>
a()
getAll()
method_31803()
iterate()
public <U extends T> void
a(ecf<T, U> arg0, ayq<U> arg1)
get(EntityTypeTest<T, U> arg0, AbortableIterationConsumer<U> arg1)
method_31806(class_5575<T, U> arg0, class_7927<U> arg1)
forEach(TypeFilter<T, U> arg0, LazyIterationConsumer<U> arg1)
public void
a(fbt arg0, Consumer<T> arg1)
get(AABB arg0, Consumer<T> arg1)
method_31807(class_238 arg0, Consumer<T> arg1)
forEachIntersects(Box arg0, Consumer<T> arg1)
public <U extends T> void
a(ecf<T, U> arg0, fbt arg1, ayq<U> arg2)
get(EntityTypeTest<T, U> arg0, AABB arg1, AbortableIterationConsumer<U> arg2)
method_31805(class_5575<T, U> arg0, class_238 arg1, class_7927<U> arg2)
forEachIntersects(TypeFilter<T, U> arg0, Box arg1, LazyIterationConsumer<U> arg2)