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 Summary
Modifier and TypeFieldDescriptionprivate final EntitySectionStorage<T>
private final EntityLookup<T>
-
Constructor Summary
ConstructorDescriptionLevelEntityGetterAdapter
(EntityLookup<T> p_156943_, EntitySectionStorage<T> p_156944_) -
Method Summary
-
Field Details
-
visibleEntities
-
sectionStorage
-
-
Constructor Details
-
LevelEntityGetterAdapter
-
-
Method Details
-
get
- Specified by:
get
in interfaceLevelEntityGetter<T extends EntityAccess>
-
get
- Specified by:
get
in interfaceLevelEntityGetter<T extends EntityAccess>
-
getAll
- Specified by:
getAll
in interfaceLevelEntityGetter<T extends EntityAccess>
-
get
- Specified by:
get
in interfaceLevelEntityGetter<T extends EntityAccess>
-
get
- Specified by:
get
in interfaceLevelEntityGetter<T extends EntityAccess>
-
get
- Specified by:
get
in interfaceLevelEntityGetter<T extends EntityAccess>
-