Package net.minecraft.world.entity
Class EntityTrackingSection<T extends EntityLike>
java.lang.Object
net.minecraft.world.entity.EntityTrackingSection<T>
A collection of entities tracked within a chunk section.
- Mappings:
- Namespace - Name - named - net/minecraft/world/entity/EntityTrackingSection- intermediary - net/minecraft/class_5572- official - ebf
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final TypeFilterableList<T> private static final Loggerprivate EntityTrackingStatus
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidforEach(Box box, LazyIterationConsumer<T> consumer) <U extends T>
 LazyIterationConsumer.NextIterationforEach(TypeFilter<T, U> type, Box box, LazyIterationConsumer<? super U> consumer) booleanisEmpty()booleanintsize()stream()swapStatus(EntityTrackingStatus status) 
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/world/entity/EntityTrackingSection;LOGGER:Lorg/slf4j/Logger;- intermediary - field_27247- Lnet/minecraft/class_5572;field_27247:Lorg/slf4j/Logger;- official - a- Lebf;a:Lorg/slf4j/Logger;
 
- 
collection- Mappings:
- Namespace - Name - Mixin selector - named - collection- Lnet/minecraft/world/entity/EntityTrackingSection;collection:Lnet/minecraft/util/collection/TypeFilterableList;- intermediary - field_27248- Lnet/minecraft/class_5572;field_27248:Lnet/minecraft/class_3509;- official - b- Lebf;b:Laxr;
 
- 
status- Mappings:
- Namespace - Name - Mixin selector - named - status- Lnet/minecraft/world/entity/EntityTrackingSection;status:Lnet/minecraft/world/entity/EntityTrackingStatus;- intermediary - field_27249- Lnet/minecraft/class_5572;field_27249:Lnet/minecraft/class_5584;- official - c- Lebf;c:Lebo;
 
 
- 
- 
Constructor Details- 
EntityTrackingSection- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/entity/EntityTrackingSection;<init>(Ljava/lang/Class;Lnet/minecraft/world/entity/EntityTrackingStatus;)V- intermediary - <init>- Lnet/minecraft/class_5572;<init>(Ljava/lang/Class;Lnet/minecraft/class_5584;)V- official - <init>- Lebf;<init>(Ljava/lang/Class;Lebo;)V
 
 
- 
- 
Method Details- 
add- Mappings:
- Namespace - Name - Mixin selector - named - add- Lnet/minecraft/world/entity/EntityTrackingSection;add(Lnet/minecraft/world/entity/EntityLike;)V- intermediary - method_31764- Lnet/minecraft/class_5572;method_31764(Lnet/minecraft/class_5568;)V- official - a- Lebf;a(Lebb;)V
 
- 
remove- Mappings:
- Namespace - Name - Mixin selector - named - remove- Lnet/minecraft/world/entity/EntityTrackingSection;remove(Lnet/minecraft/world/entity/EntityLike;)Z- intermediary - method_31767- Lnet/minecraft/class_5572;method_31767(Lnet/minecraft/class_5568;)Z- official - b- Lebf;b(Lebb;)Z
 
- 
forEach- Mappings:
- Namespace - Name - Mixin selector - named - forEach- Lnet/minecraft/world/entity/EntityTrackingSection;forEach(Lnet/minecraft/util/math/Box;Lnet/minecraft/util/function/LazyIterationConsumer;)Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;- intermediary - method_31765- Lnet/minecraft/class_5572;method_31765(Lnet/minecraft/class_238;Lnet/minecraft/class_7927;)Lnet/minecraft/class_7927$class_7928;- official - a- Lebf;a(Lfaw;Laxl;)Laxl$a;
 
- 
forEachpublic <U extends T> LazyIterationConsumer.NextIteration forEach(TypeFilter<T, U> type, Box box, LazyIterationConsumer<? super U> consumer) - Mappings:
- Namespace - Name - Mixin selector - named - forEach- Lnet/minecraft/world/entity/EntityTrackingSection;forEach(Lnet/minecraft/util/TypeFilter;Lnet/minecraft/util/math/Box;Lnet/minecraft/util/function/LazyIterationConsumer;)Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;- intermediary - method_31762- Lnet/minecraft/class_5572;method_31762(Lnet/minecraft/class_5575;Lnet/minecraft/class_238;Lnet/minecraft/class_7927;)Lnet/minecraft/class_7927$class_7928;- official - a- Lebf;a(Lebi;Lfaw;Laxl;)Laxl$a;
 
- 
isEmptypublic boolean isEmpty()- Mappings:
- Namespace - Name - Mixin selector - named - isEmpty- Lnet/minecraft/world/entity/EntityTrackingSection;isEmpty()Z- intermediary - method_31761- Lnet/minecraft/class_5572;method_31761()Z- official - a- Lebf;a()Z
 
- 
stream- Mappings:
- Namespace - Name - Mixin selector - named - stream- Lnet/minecraft/world/entity/EntityTrackingSection;stream()Ljava/util/stream/Stream;- intermediary - method_31766- Lnet/minecraft/class_5572;method_31766()Ljava/util/stream/Stream;- official - b- Lebf;b()Ljava/util/stream/Stream;
 
- 
getStatus- Mappings:
- Namespace - Name - Mixin selector - named - getStatus- Lnet/minecraft/world/entity/EntityTrackingSection;getStatus()Lnet/minecraft/world/entity/EntityTrackingStatus;- intermediary - method_31768- Lnet/minecraft/class_5572;method_31768()Lnet/minecraft/class_5584;- official - c- Lebf;c()Lebo;
 
- 
swapStatus- Mappings:
- Namespace - Name - Mixin selector - named - swapStatus- Lnet/minecraft/world/entity/EntityTrackingSection;swapStatus(Lnet/minecraft/world/entity/EntityTrackingStatus;)Lnet/minecraft/world/entity/EntityTrackingStatus;- intermediary - method_31763- Lnet/minecraft/class_5572;method_31763(Lnet/minecraft/class_5584;)Lnet/minecraft/class_5584;- official - a- Lebf;a(Lebo;)Lebo;
 
- 
sizepublic int size()- Mappings:
- Namespace - Name - Mixin selector - named - size- Lnet/minecraft/world/entity/EntityTrackingSection;size()I- intermediary - method_31769- Lnet/minecraft/class_5572;method_31769()I- official - d- Lebf;d()I
 
 
-