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 des$u
intermediary net/minecraft/class_6686$class_6715
named net/minecraft/world/gen/surfacebuilder/MaterialRules$BlockStateRule
  • Method Summary

    Modifier and Type
    Method
    Description
    tryApply(int x, int y, int z)
     
  • Method Details

    • tryApply

      @Nullable @Nullable BlockState tryApply(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official tryApply Ldes$u;tryApply(III)Lcyt;
      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;