Class YOffset.BelowTop

java.lang.Object
net.minecraft.world.gen.YOffset
net.minecraft.world.gen.YOffset.BelowTop
Enclosing class:
YOffset

private static final class YOffset.BelowTop extends YOffset
Mappings:
Namespace Name
official ctx$c
intermediary net/minecraft/class_5843$class_5846
named net/minecraft/world/gen/YOffset$BelowTop
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<YOffset.BelowTop> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lctx$c;b:Lcom/mojang/serialization/Codec;
      intermediary field_28921 Lnet/minecraft/class_5843$class_5846;field_28921:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/YOffset$BelowTop;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • BelowTop

      protected BelowTop(int offset)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lctx;<init>(I)V
      intermediary <init> Lnet/minecraft/class_5843;<init>(I)V
      named <init> Lnet/minecraft/world/gen/YOffset;<init>(I)V
  • Method Details

    • getY

      public int getY(HeightContext context)
      Specified by:
      getY in class YOffset
      Mappings:
      Namespace Name Mixin selector
      official a Lctx;a(Lctz;)I
      intermediary method_33844 Lnet/minecraft/class_5843;method_33844(Lnet/minecraft/class_5868;)I
      named getY Lnet/minecraft/world/gen/YOffset;getY(Lnet/minecraft/world/gen/HeightContext;)I
    • toString

      public String toString()
      Overrides:
      toString in class Object