Record Class ClientChunkLoadProgress.Start

java.lang.Object
java.lang.Record
net.minecraft.client.world.ClientChunkLoadProgress.Start
Record Components:
player -
world -
worldRenderer -
timeoutAfter -
All Implemented Interfaces:
ClientChunkLoadProgress.State
Enclosing class:
ClientChunkLoadProgress

@Environment(CLIENT) private static record ClientChunkLoadProgress.Start(ClientPlayerEntity player, ClientWorld world, WorldRenderer worldRenderer, long timeoutAfter) extends Record implements ClientChunkLoadProgress.State
Mappings:
Namespace Name
named net/minecraft/client/world/ClientChunkLoadProgress$Start
intermediary net/minecraft/class_11653$class_11657
official gzv$d
named player
intermediary comp_4472
official a
named world
intermediary comp_4473
official b
named worldRenderer
intermediary comp_4474
official c
named timeoutAfter
intermediary comp_4475
official d
  • Field Details

  • Constructor Details

  • Method Details

    • initialChunksComing

      public ClientChunkLoadProgress.State initialChunksComing()
      Specified by:
      initialChunksComing in interface ClientChunkLoadProgress.State
      Mappings:
      Namespace Name Mixin selector
      named initialChunksComing Lnet/minecraft/client/world/ClientChunkLoadProgress$State;initialChunksComing()Lnet/minecraft/client/world/ClientChunkLoadProgress$State;
      intermediary method_72908 Lnet/minecraft/class_11653$class_11655;method_72908()Lnet/minecraft/class_11653$class_11655;
      official c Lgzv$b;c()Lgzv$b;
    • 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
    • world

      public ClientWorld world()
      Returns the value of the world record component.
      Returns:
      the value of the world record component
    • worldRenderer

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

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