Package net.minecraft

Record Class class_10185

java.lang.Object
java.lang.Record
net.minecraft.class_10185
Record Components:
forward -
backward -
left -
right -
jump -
shift -
sprint -

public record class_10185(boolean forward, boolean backward, boolean left, boolean right, boolean jump, boolean shift, boolean sprint) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10185
intermediary net/minecraft/class_10185
official cof
named forward
intermediary comp_3159
official c
named backward
intermediary comp_3160
official d
named left
intermediary comp_3161
official e
named right
intermediary comp_3162
official f
named jump
intermediary comp_3163
official g
named shift
intermediary comp_3164
official h
named sprint
intermediary comp_3165
official i
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final boolean
    The field for the backward record component.
     
     
    private static final byte
     
    private static final byte
     
    private static final byte
     
    private static final byte
     
    private static final byte
     
    private static final byte
     
    private static final byte
     
    private final boolean
    The field for the forward record component.
    private final boolean
    The field for the jump record component.
    private final boolean
    The field for the left record component.
    private final boolean
    The field for the right record component.
    private final boolean
    The field for the shift record component.
    private final boolean
    The field for the sprint record component.
  • Constructor Summary

    Constructors
    Constructor
    Description
    class_10185(boolean bool, boolean bool2, boolean bool3, boolean bool4, boolean bool5, boolean bool6, boolean bool7)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns the value of the backward record component.
    final boolean
    equals(Object object)
    Indicates whether some other object is "equal to" this one.
    boolean
    Returns the value of the forward record component.
    final int
    Returns a hash code value for this object.
    boolean
    Returns the value of the jump record component.
    boolean
    Returns the value of the left record component.
    boolean
    Returns the value of the right record component.
    boolean
    Returns the value of the shift record component.
    boolean
    Returns the value of the sprint record component.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • forward

      private final boolean forward
      The field for the forward record component.
    • backward

      private final boolean backward
      The field for the backward record component.
    • left

      private final boolean left
      The field for the left record component.
    • jump

      private final boolean jump
      The field for the jump record component.
    • shift

      private final boolean shift
      The field for the shift record component.
    • sprint

      private final boolean sprint
      The field for the sprint record component.
    • field_54099

      private static final byte field_54099
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54099 Lnet/minecraft/class_10185;field_54099:B
      intermediary field_54099 Lnet/minecraft/class_10185;field_54099:B
      official j Lcof;j:B
    • field_54100

      private static final byte field_54100
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54100 Lnet/minecraft/class_10185;field_54100:B
      intermediary field_54100 Lnet/minecraft/class_10185;field_54100:B
      official k Lcof;k:B
    • field_54101

      private static final byte field_54101
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54101 Lnet/minecraft/class_10185;field_54101:B
      intermediary field_54101 Lnet/minecraft/class_10185;field_54101:B
      official l Lcof;l:B
    • field_54102

      private static final byte field_54102
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54102 Lnet/minecraft/class_10185;field_54102:B
      intermediary field_54102 Lnet/minecraft/class_10185;field_54102:B
      official m Lcof;m:B
    • field_54103

      private static final byte field_54103
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54103 Lnet/minecraft/class_10185;field_54103:B
      intermediary field_54103 Lnet/minecraft/class_10185;field_54103:B
      official n Lcof;n:B
    • field_54104

      private static final byte field_54104
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54104 Lnet/minecraft/class_10185;field_54104:B
      intermediary field_54104 Lnet/minecraft/class_10185;field_54104:B
      official o Lcof;o:B
    • field_54105

      private static final byte field_54105
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_54105 Lnet/minecraft/class_10185;field_54105:B
      intermediary field_54105 Lnet/minecraft/class_10185;field_54105:B
      official p Lcof;p:B
    • field_54097

      public static final PacketCodec<PacketByteBuf,class_10185> field_54097
      Mappings:
      Namespace Name Mixin selector
      named field_54097 Lnet/minecraft/class_10185;field_54097:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_54097 Lnet/minecraft/class_10185;field_54097:Lnet/minecraft/class_9139;
      official a Lcof;a:Lzf;
    • field_54098

      public static class_10185 field_54098
      Mappings:
      Namespace Name Mixin selector
      named field_54098 Lnet/minecraft/class_10185;field_54098:Lnet/minecraft/class_10185;
      intermediary field_54098 Lnet/minecraft/class_10185;field_54098:Lnet/minecraft/class_10185;
      official b Lcof;b:Lcof;
  • Constructor Details

    • class_10185

      public class_10185(boolean bool, boolean bool2, boolean bool3, boolean bool4, boolean bool5, boolean bool6, boolean bool7)
  • 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. All components in this record class 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.
    • forward

      public boolean forward()
      Returns the value of the forward record component.
      Returns:
      the value of the forward record component
    • backward

      public boolean backward()
      Returns the value of the backward record component.
      Returns:
      the value of the backward record component
    • left

      public boolean left()
      Returns the value of the left record component.
      Returns:
      the value of the left record component
    • right

      public boolean right()
      Returns the value of the right record component.
      Returns:
      the value of the right record component
    • jump

      public boolean jump()
      Returns the value of the jump record component.
      Returns:
      the value of the jump record component
    • shift

      public boolean shift()
      Returns the value of the shift record component.
      Returns:
      the value of the shift record component
    • sprint

      public boolean sprint()
      Returns the value of the sprint record component.
      Returns:
      the value of the sprint record component