Package net.minecraft

Record Class class_6686.class_6713

java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6713
Record Components:
addRunDepth -
surfaceType -
All Implemented Interfaces:
Function<class_6686.class_6694,class_6686.class_6692>, class_6686.class_6693
Enclosing class:
class_6686

private static record class_6686.class_6713(boolean addRunDepth, VerticalSurfaceType surfaceType) extends Record implements class_6686.class_6693
Mappings:
Namespace Name
official csv$s
intermediary net/minecraft/class_6686$class_6713
named net/minecraft/class_6686$class_6713
official b
intermediary comp_211
named addRunDepth
official c
intermediary comp_212
named surfaceType
  • Field Details

    • addRunDepth

      private final boolean addRunDepth
      The field for the addRunDepth record component.
    • surfaceType

      private final VerticalSurfaceType surfaceType
      The field for the surfaceType record component.
    • field_35257

      static final com.mojang.serialization.Codec<class_6686.class_6713> field_35257
      Mappings:
      Namespace Name Mixin selector
      official d Lcsv$s;d:Lcom/mojang/serialization/Codec;
      intermediary field_35257 Lnet/minecraft/class_6686$class_6713;field_35257:Lcom/mojang/serialization/Codec;
      named field_35257 Lnet/minecraft/class_6686$class_6713;field_35257:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_39064

      public com.mojang.serialization.Codec<? extends class_6686.class_6693> method_39064()
      Specified by:
      method_39064 in interface class_6686.class_6693
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$e;a()Lcom/mojang/serialization/Codec;
      intermediary method_39064 Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
      named method_39064 Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
    • apply

      public class_6686.class_6692 apply(class_6686.class_6694 class_6694)
      Specified by:
      apply in interface Function<class_6686.class_6694,class_6686.class_6692>
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$s;a(Lcsv$f;)Lcsv$d;
      intermediary method_39090 Lnet/minecraft/class_6686$class_6713;method_39090(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
      named apply Lnet/minecraft/class_6686$class_6713;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • addRunDepth

      public boolean addRunDepth()
      Returns the value of the addRunDepth record component.
      Returns:
      the value of the addRunDepth record component
    • surfaceType

      public VerticalSurfaceType surfaceType()
      Returns the value of the surfaceType record component.
      Returns:
      the value of the surfaceType record component