Package net.minecraft.client.render
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_11077intermediary net/minecraft/class_5294$class_11077official eiq$b
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IdentifierThe field for thecrecord component.private final intThe field for thedrecord component.static final com.mojang.serialization.MapCodec<DimensionEffects.class_11077> static final PacketCodec<RegistryByteBuf, DimensionEffects.class_11077> private final floatThe field for thegrecord component.private final TextThe field for thehrecord component.Fields inherited from interface net.minecraft.client.render.DimensionEffects.class_11082
field_59008, field_59009 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionc()Returns the value of thecrecord component.intd()Returns the value of thedrecord component.floate()final booleanIndicates whether some other object is "equal to" this one.f()floatg()Returns the value of thegrecord component.h()Returns the value of thehrecord component.final inthashCode()Returns a hash code value for this object.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
-
c
The field for thecrecord component. -
d
private final int dThe field for thedrecord component. -
g
private final float gThe field for thegrecord component. -
h
The field for thehrecord 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 '=='. -
c
Returns the value of thecrecord component.- Returns:
- the value of the
crecord component
-
d
public int d()Returns the value of thedrecord component.- Returns:
- the value of the
drecord component
-
e
public float e() -
f
-
g
public float g()Returns the value of thegrecord component.- Returns:
- the value of the
grecord component
-
h
Returns the value of thehrecord component.- Returns:
- the value of the
hrecord component
-