Package net.minecraft.world.level.entity
Class LevelEntityGetterAdapter<T extends EntityAccess>
java.lang.Object
net.minecraft.world.level.entity.LevelEntityGetterAdapter<T>
- All Implemented Interfaces:
- LevelEntityGetter<T>
public class LevelEntityGetterAdapter<T extends EntityAccess>
extends Object
implements LevelEntityGetter<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final EntitySectionStorage<T>private final EntityLookup<T>
- 
Constructor SummaryConstructorsConstructorDescriptionLevelEntityGetterAdapter(EntityLookup<T> p_156943_, EntitySectionStorage<T> p_156944_) 
- 
Method SummaryModifier and TypeMethodDescriptionget(int p_156947_) <U extends T>
 voidget(EntityTypeTest<T, U> p_261718_, AbortableIterationConsumer<U> p_262009_) <U extends T>
 voidget(EntityTypeTest<T, U> p_261696_, AABB p_261693_, AbortableIterationConsumer<U> p_261719_) voidgetAll()
- 
Field Details- 
visibleEntities
- 
sectionStorage
 
- 
- 
Constructor Details- 
LevelEntityGetterAdapter
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- LevelEntityGetter<T extends EntityAccess>
 
- 
get- Specified by:
- getin interface- LevelEntityGetter<T extends EntityAccess>
 
- 
getAll- Specified by:
- getAllin interface- LevelEntityGetter<T extends EntityAccess>
 
- 
getpublic <U extends T> void get(EntityTypeTest<T, U> p_261718_, AbortableIterationConsumer<U> p_262009_) - Specified by:
- getin interface- LevelEntityGetter<T extends EntityAccess>
 
- 
get- Specified by:
- getin interface- LevelEntityGetter<T extends EntityAccess>
 
- 
getpublic <U extends T> void get(EntityTypeTest<T, U> p_261696_, AABB p_261693_, AbortableIterationConsumer<U> p_261719_) - Specified by:
- getin interface- LevelEntityGetter<T extends EntityAccess>
 
 
-