Package net.minecraft.world
Interface TestableWorld
- All Known Subinterfaces:
ModifiableTestableWorld,RegistryWorldView,ServerWorldAccess,StructureWorldAccess,WorldAccess
- All Known Implementing Classes:
ChunkRegion,ClientWorld,ServerWorld,World
public interface TestableWorld
- Mappings:
Namespace Name official bubintermediary net/minecraft/class_3746named net/minecraft/world/TestableWorld
-
Method Summary
Modifier and Type Method Description booleantestBlockState(BlockPos pos, Predicate<BlockState> state)
-
Method Details
-
testBlockState
- Mappings:
Namespace Name Mixin selector official aLbub;a(Lfx;Ljava/util/function/Predicate;)Zintermediary method_16358Lnet/minecraft/class_3746;method_16358(Lnet/minecraft/class_2338;Ljava/util/function/Predicate;)Znamed testBlockStateLnet/minecraft/world/TestableWorld;testBlockState(Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;)Z
-