Package net.minecraft.client.render
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_11077intermediary net/minecraft/class_5294$class_11077official eiq$bnamed textureIdintermediary comp_3956official cnamed repeatsintermediary comp_3957official dnamed sizeintermediary comp_3958official gnamed titleintermediary comp_3959official h
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<DimensionEffects.class_11077> static final PacketCodec<RegistryByteBuf, DimensionEffects.class_11077> private final intThe field for therepeatsrecord component.private final floatThe field for thesizerecord component.private final IdentifierThe field for thetextureIdrecord component.private final TextThe field for thetitlerecord component.Fields inherited from interface net.minecraft.client.render.DimensionEffects.class_11082
field_59008, field_59009 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intrepeats()Returns the value of therepeatsrecord component.floatsize()Returns the value of thesizerecord component.Returns the value of thetextureIdrecord component.title()Returns the value of thetitlerecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.render.DimensionEffects.class_11082
appendTooltip
-
Field Details
-
textureId
The field for thetextureIdrecord component. -
repeats
private final int repeatsThe field for therepeatsrecord component. -
size
private final float sizeThe field for thesizerecord component. -
title
The field for thetitlerecord component. -
field_58985
- Mappings:
Namespace Name Mixin selector named field_58985Lnet/minecraft/client/render/DimensionEffects$class_11077;field_58985:Lcom/mojang/serialization/MapCodec;intermediary field_58985Lnet/minecraft/class_5294$class_11077;field_58985:Lcom/mojang/serialization/MapCodec;official aLeiq$b;a:Lcom/mojang/serialization/MapCodec;
-
field_58986
- Mappings:
Namespace Name Mixin selector named field_58986Lnet/minecraft/client/render/DimensionEffects$class_11077;field_58986:Lnet/minecraft/network/codec/PacketCodec;intermediary field_58986Lnet/minecraft/class_5294$class_11077;field_58986:Lnet/minecraft/class_9139;official bLeiq$b;b:Lzg;
-
-
Constructor Details
-
class_11077
-
-
Method Details
-
method_69775
- Specified by:
method_69775in interfaceDimensionEffects.class_11082- Mappings:
Namespace Name Mixin selector named method_69775Lnet/minecraft/client/render/DimensionEffects$class_11082;method_69775()Lnet/minecraft/client/render/DimensionEffects$SkyType;intermediary method_69775Lnet/minecraft/class_5294$class_11082;method_69775()Lnet/minecraft/class_5294$class_5401;official aLeiq$g;a()Leiq$h;
-
method_69776
- Specified by:
method_69776in interfaceDimensionEffects.class_11082- Mappings:
Namespace Name Mixin selector named method_69776Lnet/minecraft/client/render/DimensionEffects$class_11082;method_69776()Lnet/minecraft/text/Text;intermediary method_69776Lnet/minecraft/class_5294$class_11082;method_69776()Lnet/minecraft/class_2561;official bLeiq$g;b()Lxi;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object); primitive components are compared with '=='. -
textureId
Returns the value of thetextureIdrecord component.- Returns:
- the value of the
textureIdrecord component
-
repeats
public int repeats()Returns the value of therepeatsrecord component.- Returns:
- the value of the
repeatsrecord component
-
size
public float size()Returns the value of thesizerecord component.- Returns:
- the value of the
sizerecord component
-
title
Returns the value of thetitlerecord component.- Returns:
- the value of the
titlerecord component
-