Package net.minecraft
Interface class_3593
- All Known Implementing Classes:
ClientWorld,DemoServerWorld,MultiServerWorld,ServerWorld,World
public interface class_3593
- Mappings:
Namespace Name official axpintermediary net/minecraft/class_3593named net/minecraft/class_3593
-
Method Summary
Modifier and TypeMethodDescriptiongetEntities(Entity entity, Box box) method_16288(Entity entity, Box box, Predicate<? super Entity> predicate) default Stream<VoxelShape>method_16289(Entity entity, VoxelShape voxelShape, Set<Entity> set)
-
Method Details
-
method_16288
List<Entity> method_16288(@Nullable Entity entity, Box box, @Nullable Predicate<? super Entity> predicate) - Mappings:
Namespace Name Mixin selector official aLaxp;a(Laer;Lcea;Ljava/util/function/Predicate;)Ljava/util/List;intermediary method_16288Lnet/minecraft/class_3593;method_16288(Lnet/minecraft/class_864;Lnet/minecraft/class_231;Ljava/util/function/Predicate;)Ljava/util/List;named method_16288Lnet/minecraft/class_3593;method_16288(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;Ljava/util/function/Predicate;)Ljava/util/List;
-
getEntities
- Mappings:
Namespace Name Mixin selector official aLaxp;a(Laer;Lcea;)Ljava/util/List;intermediary method_16286Lnet/minecraft/class_3593;method_16286(Lnet/minecraft/class_864;Lnet/minecraft/class_231;)Ljava/util/List;named getEntitiesLnet/minecraft/class_3593;getEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;)Ljava/util/List;
-
method_16289
default Stream<VoxelShape> method_16289(@Nullable Entity entity, VoxelShape voxelShape, Set<Entity> set) - Mappings:
Namespace Name Mixin selector official aLaxp;a(Laer;Lcew;Ljava/util/Set;)Ljava/util/stream/Stream;intermediary method_16289Lnet/minecraft/class_3593;method_16289(Lnet/minecraft/class_864;Lnet/minecraft/class_4100;Ljava/util/Set;)Ljava/util/stream/Stream;named method_16289Lnet/minecraft/class_3593;method_16289(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/shapes/VoxelShape;Ljava/util/Set;)Ljava/util/stream/Stream;
-