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 official dph$u
intermediary net/minecraft/class_6686$class_6715
named net/minecraft/world/gen/surfacebuilder/MaterialRules$BlockStateRule
-
Method Summary
-
Method Details
-
tryApply
- Mappings:
Namespace Name Mixin selector official tryApply
Ldph$u;tryApply(III)Ldjh;
intermediary tryApply
Lnet/minecraft/class_6686$class_6715;tryApply(III)Lnet/minecraft/class_2680;
named tryApply
Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$BlockStateRule;tryApply(III)Lnet/minecraft/block/BlockState;
-