public static interface ChunkListener.IBlockListenerPredicate extends ChunkCallbackRegistry.IChunkCallbackPredicate
ALWAYS_FALSE, ALWAYS_TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(net.minecraft.world.chunk.Chunk chunk,
net.minecraft.util.math.BlockPos listener,
net.minecraft.util.math.BlockPos modified,
net.minecraft.block.state.IBlockState oldState,
net.minecraft.block.state.IBlockState newState) |
default boolean |
apply(net.minecraft.world.chunk.Chunk chunk,
net.minecraft.util.math.BlockPos listener,
java.lang.Object... params) |
applyalwaysFalse, alwaysTrue, and, negate, ordefault boolean apply(net.minecraft.world.chunk.Chunk chunk,
net.minecraft.util.math.BlockPos listener,
java.lang.Object... params)
apply in interface ChunkCallbackRegistry.IChunkCallbackPredicateboolean apply(net.minecraft.world.chunk.Chunk chunk,
net.minecraft.util.math.BlockPos listener,
net.minecraft.util.math.BlockPos modified,
net.minecraft.block.state.IBlockState oldState,
net.minecraft.block.state.IBlockState newState)