Interface TestableWorld

All Known Subinterfaces:
class_5423, ModifiableTestableWorld, ServerWorldAccess, StructureWorldAccess, WorldAccess
All Known Implementing Classes:
ChunkRegion, ClientWorld, ServerWorld, World

public interface TestableWorld
Mappings:
Namespace Name
official bub
intermediary net/minecraft/class_3746
named net/minecraft/world/TestableWorld
  • Method Details

    • testBlockState

      boolean testBlockState​(BlockPos pos, Predicate<BlockState> state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbub;a(Lfx;Ljava/util/function/Predicate;)Z
      intermediary method_16358 Lnet/minecraft/class_3746;method_16358(Lnet/minecraft/class_2338;Ljava/util/function/Predicate;)Z
      named testBlockState Lnet/minecraft/world/TestableWorld;testBlockState(Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;)Z