Record Class DimensionEffects.class_11077

java.lang.Object
java.lang.Record
net.minecraft.client.render.DimensionEffects.class_11077
Record Components:
textureId -
repeats -
size -
title -
All Implemented Interfaces:
DimensionEffects.class_11082, TooltipAppender
Enclosing class:
DimensionEffects

public static record DimensionEffects.class_11077(Identifier textureId, int repeats, float size, Text title) 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
named textureId
intermediary comp_3956
official c
named repeats
intermediary comp_3957
official d
named size
intermediary comp_3958
official g
named title
intermediary comp_3959
official h
  • Field Details

    • textureId

      private final Identifier textureId
      The field for the textureId record component.
    • repeats

      private final int repeats
      The field for the repeats record component.
    • size

      private final float size
      The field for the size record component.
    • title

      private final Text title
      The field for the title 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.
    • textureId

      public Identifier textureId()
      Returns the value of the textureId record component.
      Returns:
      the value of the textureId record component
    • repeats

      public int repeats()
      Returns the value of the repeats record component.
      Returns:
      the value of the repeats record component
    • size

      public float size()
      Returns the value of the size record component.
      Returns:
      the value of the size record component
    • title

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