Interface SchematicStateFilter
public interface SchematicStateFilter
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.block.state.BlockStatefilterStates(@Nullable net.minecraft.world.level.block.entity.BlockEntity be, net.minecraft.world.level.block.state.BlockState state) This will always be called from the logical server
-
Method Details
-
filterStates
net.minecraft.world.level.block.state.BlockState filterStates(@Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity be, net.minecraft.world.level.block.state.BlockState state) This will always be called from the logical server
-