Interface MaterialRules.BlockStateRule
- All Known Implementing Classes:
MaterialRules.ConditionalBlockStateRule
,MaterialRules.SequenceBlockStateRule
,MaterialRules.SimpleBlockStateRule
- Enclosing class:
MaterialRules
protected static interface MaterialRules.BlockStateRule
Returns a
BlockState
to generate at a given position, or null
.- Mappings:
Namespace Name named net/minecraft/world/gen/surfacebuilder/MaterialRules$BlockStateRule
intermediary net/minecraft/class_6686$class_6715
official dyn$u
-
Method Summary
-
Method Details
-
tryApply
- Mappings:
Namespace Name Mixin selector named tryApply
Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$BlockStateRule;tryApply(III)Lnet/minecraft/block/BlockState;
intermediary tryApply
Lnet/minecraft/class_6686$class_6715;tryApply(III)Lnet/minecraft/class_2680;
official tryApply
Ldyn$u;tryApply(III)Ldse;
-