Package net.minecraft

Record Class class_11653.class_11656

java.lang.Object
java.lang.Record
net.minecraft.class_11653.class_11656
Record Components:
player -
level -
levelRenderer -
timeoutAfter -
All Implemented Interfaces:
class_11653.class_11655
Enclosing class:
class_11653

@Environment(CLIENT) private static record class_11653.class_11656(ClientPlayerEntity player, ClientWorld level, WorldRenderer levelRenderer, long timeoutAfter) extends Record implements class_11653.class_11655
Mappings:
Namespace Name
named net/minecraft/class_11653$class_11656
intermediary net/minecraft/class_11653$class_11656
official guj$c
named player
intermediary comp_4468
official a
named level
intermediary comp_4469
official b
named levelRenderer
intermediary comp_4470
official c
named timeoutAfter
intermediary comp_4471
official d
  • Field Details

  • Constructor Details

  • Method Details

    • method_72907

      public class_11653.class_11655 method_72907()
      Specified by:
      method_72907 in interface class_11653.class_11655
      Mappings:
      Namespace Name Mixin selector
      named method_72907 Lnet/minecraft/class_11653$class_11655;method_72907()Lnet/minecraft/class_11653$class_11655;
      intermediary method_72907 Lnet/minecraft/class_11653$class_11655;method_72907()Lnet/minecraft/class_11653$class_11655;
      official b Lguj$b;b()Lguj$b;
    • method_72909

      private boolean method_72909()
      Mappings:
      Namespace Name Mixin selector
      named method_72909 Lnet/minecraft/class_11653$class_11656;method_72909()Z
      intermediary method_72909 Lnet/minecraft/class_11653$class_11656;method_72909()Z
      official g Lguj$c;g()Z
    • 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.
    • player

      public ClientPlayerEntity player()
      Returns the value of the player record component.
      Returns:
      the value of the player record component
    • level

      public ClientWorld level()
      Returns the value of the level record component.
      Returns:
      the value of the level record component
    • levelRenderer

      public WorldRenderer levelRenderer()
      Returns the value of the levelRenderer record component.
      Returns:
      the value of the levelRenderer record component
    • timeoutAfter

      public long timeoutAfter()
      Returns the value of the timeoutAfter record component.
      Returns:
      the value of the timeoutAfter record component