Package net.minecraft

Interface class_3593

All Known Implementing Classes:
ClientWorld, DemoServerWorld, MultiServerWorld, ServerWorld, World

public interface class_3593
Mappings:
Namespace Name
official axp
intermediary net/minecraft/class_3593
named net/minecraft/class_3593
  • Method Details

    • method_16288

      List<Entity> method_16288(@Nullable Entity entity, Box box, @Nullable Predicate<? super Entity> predicate)
      Mappings:
      Namespace Name Mixin selector
      official a Laxp;a(Laer;Lcea;Ljava/util/function/Predicate;)Ljava/util/List;
      intermediary method_16288 Lnet/minecraft/class_3593;method_16288(Lnet/minecraft/class_864;Lnet/minecraft/class_231;Ljava/util/function/Predicate;)Ljava/util/List;
      named method_16288 Lnet/minecraft/class_3593;method_16288(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;Ljava/util/function/Predicate;)Ljava/util/List;
    • getEntities

      default List<Entity> getEntities(@Nullable Entity entity, Box box)
      Mappings:
      Namespace Name Mixin selector
      official a Laxp;a(Laer;Lcea;)Ljava/util/List;
      intermediary method_16286 Lnet/minecraft/class_3593;method_16286(Lnet/minecraft/class_864;Lnet/minecraft/class_231;)Ljava/util/List;
      named getEntities Lnet/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 a Laxp;a(Laer;Lcew;Ljava/util/Set;)Ljava/util/stream/Stream;
      intermediary method_16289 Lnet/minecraft/class_3593;method_16289(Lnet/minecraft/class_864;Lnet/minecraft/class_4100;Ljava/util/Set;)Ljava/util/stream/Stream;
      named method_16289 Lnet/minecraft/class_3593;method_16289(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/shapes/VoxelShape;Ljava/util/Set;)Ljava/util/stream/Stream;