Interface SurfaceRules.SurfaceRule

All Known Implementing Classes:
SurfaceRules.SequenceRule, SurfaceRules.StateRule, SurfaceRules.TestRule
Enclosing class:
SurfaceRules

protected static interface SurfaceRules.SurfaceRule
  • Method Summary

    Modifier and Type
    Method
    Description
    tryApply(int pX, int pY, int pZ)
     
  • Method Details

    • tryApply

      @Nullable BlockState tryApply(int pX, int pY, int pZ)