Uses of Interface
net.minecraft.class_7927
Packages that use class_7927
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7927 in net.minecraft
Methods in net.minecraft that return class_7927Modifier and TypeMethodDescriptionstatic <T> class_7927<T>class_7927.forConsumer(Consumer<T> consumer) -
Uses of class_7927 in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type class_7927Modifier and TypeMethodDescription<U extends T>
voidEntityIndex.forEach(TypeFilter<T, U> filter, class_7927<U> class_7927) <U extends T>
voidEntityLookup.forEach(TypeFilter<T, U> filter, class_7927<U> class_7927) Performs anactionon each entity of typeUwithin this lookup.EntityTrackingSection.forEach(Box box, class_7927<T> class_7927) <U extends T>
class_7927.class_7928EntityTrackingSection.forEach(TypeFilter<T, U> type, Box box, class_7927<? super U> class_7927) <U extends T>
voidSimpleEntityLookup.forEach(TypeFilter<T, U> filter, class_7927<U> class_7927) Performs anactionon each entity of typeUwithin this lookup.voidSectionedEntityCache.forEachInBox(Box box, class_7927<EntityTrackingSection<T>> class_7927) Runs the given action on each collection of entities in the chunk sections within the given box.<U extends T>
voidEntityLookup.forEachIntersects(TypeFilter<T, U> filter, Box box, class_7927<U> class_7927) voidSectionedEntityCache.forEachIntersects(Box box, class_7927<T> class_7927) <U extends T>
voidSectionedEntityCache.forEachIntersects(TypeFilter<T, U> filter, Box box, class_7927<U> class_7927) <U extends T>
voidSimpleEntityLookup.forEachIntersects(TypeFilter<T, U> filter, Box box, class_7927<U> class_7927)