Record Class ClientChunkLoadProgress.LoadChunks

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

@Environment(CLIENT) private static record ClientChunkLoadProgress.LoadChunks(ClientPlayerEntity player, ClientWorld world, WorldRenderer worldRenderer, long timeoutAfter) extends Record implements ClientChunkLoadProgress.State
Mappings:
Namespace Name
named net/minecraft/client/world/ClientChunkLoadProgress$LoadChunks
intermediary net/minecraft/class_11653$class_11656
official gzv$c
named player
intermediary comp_4468
official a
named world
intermediary comp_4469
official b
named worldRenderer
intermediary comp_4470
official c
named timeoutAfter
intermediary comp_4471
official d
  • Field Details

  • Constructor Details

  • Method Details

    • next

      Specified by:
      next in interface ClientChunkLoadProgress.State
      Mappings:
      Namespace Name Mixin selector
      named next Lnet/minecraft/client/world/ClientChunkLoadProgress$State;next()Lnet/minecraft/client/world/ClientChunkLoadProgress$State;
      intermediary method_72907 Lnet/minecraft/class_11653$class_11655;method_72907()Lnet/minecraft/class_11653$class_11655;
      official b Lgzv$b;b()Lgzv$b;
    • isReady

      private boolean isReady()
      Mappings:
      Namespace Name Mixin selector
      named isReady Lnet/minecraft/client/world/ClientChunkLoadProgress$LoadChunks;isReady()Z
      intermediary method_72909 Lnet/minecraft/class_11653$class_11656;method_72909()Z
      official g Lgzv$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
    • 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