Package net.minecraft

Record Class class_12013

java.lang.Object
java.lang.Record
net.minecraft.class_12013
Record Components:
path -
maxNodeDistance -

public record class_12013(Path path, float maxNodeDistance) extends Record
Mappings:
Namespace Name
named net/minecraft/class_12013
intermediary net/minecraft/class_12013
official bvk
named path
intermediary comp_4862
official b
named maxNodeDistance
intermediary comp_4863
official c
  • Field Details

    • path

      private final Path path
      The field for the path record component.
    • maxNodeDistance

      private final float maxNodeDistance
      The field for the maxNodeDistance record component.
    • field_62860

      public static final PacketCodec<PacketByteBuf,class_12013> field_62860
      Mappings:
      Namespace Name Mixin selector
      named field_62860 Lnet/minecraft/class_12013;field_62860:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_62860 Lnet/minecraft/class_12013;field_62860:Lnet/minecraft/class_9139;
      official a Lbvk;a:Laae;
  • Constructor Details

    • class_12013

      public class_12013(Path path, float float2)
  • Method Details

    • 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.
    • path

      public Path path()
      Returns the value of the path record component.
      Returns:
      the value of the path record component
    • maxNodeDistance

      public float maxNodeDistance()
      Returns the value of the maxNodeDistance record component.
      Returns:
      the value of the maxNodeDistance record component