Record Class DimensionEffects.class_11077

java.lang.Object
java.lang.Record
net.minecraft.client.render.DimensionEffects.class_11077
All Implemented Interfaces:
DimensionEffects.class_11082, TooltipAppender
Enclosing class:
DimensionEffects

public static record DimensionEffects.class_11077(Identifier c, int d, float g, Text h) extends Record implements DimensionEffects.class_11082
Mappings:
Namespace Name
named net/minecraft/client/render/DimensionEffects$class_11077
intermediary net/minecraft/class_5294$class_11077
official eiq$b
  • Field Details

    • c

      private final Identifier c
      The field for the c record component.
    • d

      private final int d
      The field for the d record component.
    • g

      private final float g
      The field for the g record component.
    • h

      private final Text h
      The field for the h record component.
    • field_58985

      public static final com.mojang.serialization.MapCodec<DimensionEffects.class_11077> field_58985
      Mappings:
      Namespace Name Mixin selector
      named field_58985 Lnet/minecraft/client/render/DimensionEffects$class_11077;field_58985:Lcom/mojang/serialization/MapCodec;
      intermediary field_58985 Lnet/minecraft/class_5294$class_11077;field_58985:Lcom/mojang/serialization/MapCodec;
      official a Leiq$b;a:Lcom/mojang/serialization/MapCodec;
    • field_58986

      public static final PacketCodec<RegistryByteBuf,DimensionEffects.class_11077> field_58986
      Mappings:
      Namespace Name Mixin selector
      named field_58986 Lnet/minecraft/client/render/DimensionEffects$class_11077;field_58986:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_58986 Lnet/minecraft/class_5294$class_11077;field_58986:Lnet/minecraft/class_9139;
      official b Leiq$b;b:Lzg;
  • Constructor Details

    • class_11077

      public class_11077(Identifier identifier, int int2, float float2, Text text)
  • Method Details

    • method_69775

      public DimensionEffects.SkyType method_69775()
      Specified by:
      method_69775 in interface DimensionEffects.class_11082
      Mappings:
      Namespace Name Mixin selector
      named method_69775 Lnet/minecraft/client/render/DimensionEffects$class_11082;method_69775()Lnet/minecraft/client/render/DimensionEffects$SkyType;
      intermediary method_69775 Lnet/minecraft/class_5294$class_11082;method_69775()Lnet/minecraft/class_5294$class_5401;
      official a Leiq$g;a()Leiq$h;
    • method_69776

      public Text method_69776()
      Specified by:
      method_69776 in interface DimensionEffects.class_11082
      Mappings:
      Namespace Name Mixin selector
      named method_69776 Lnet/minecraft/client/render/DimensionEffects$class_11082;method_69776()Lnet/minecraft/text/Text;
      intermediary method_69776 Lnet/minecraft/class_5294$class_11082;method_69776()Lnet/minecraft/class_2561;
      official b Leiq$g;b()Lxi;
    • 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.
    • c

      public Identifier c()
      Returns the value of the c record component.
      Returns:
      the value of the c record component
    • d

      public int d()
      Returns the value of the d record component.
      Returns:
      the value of the d record component
    • e

      public float e()
    • f

      public Text f()
    • g

      public float g()
      Returns the value of the g record component.
      Returns:
      the value of the g record component
    • h

      public Text h()
      Returns the value of the h record component.
      Returns:
      the value of the h record component