Interface HeightContext

All Known Implementing Classes:
CarverContext, DecoratorContext

public interface HeightContext
Mappings:
Namespace Name
official cob
intermediary net/minecraft/class_5868
named net/minecraft/world/gen/HeightContext
  • Method Summary

    Modifier and Type Method Description
    int getMaxY()  
    int getMinY()  
  • Method Details

    • getMinY

      int getMinY()
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a()I
      intermediary method_30462 Lnet/minecraft/class_5868;method_30462()I
      named getMinY Lnet/minecraft/world/gen/HeightContext;getMinY()I
    • getMaxY

      int getMaxY()
      Mappings:
      Namespace Name Mixin selector
      official b Lcob;b()I
      intermediary method_30458 Lnet/minecraft/class_5868;method_30458()I
      named getMaxY Lnet/minecraft/world/gen/HeightContext;getMaxY()I