Package net.minecraft
Record Class class_8110
java.lang.Object
java.lang.Record
net.minecraft.class_8110
- Record Components:
msgId-scaling-exhaustion-effects-deathMessageType-
public record class_8110(String msgId, class_8108 scaling, float exhaustion, class_8107 effects, class_8112 deathMessageType)
extends Record
- Mappings:
Namespace Name official begintermediary net/minecraft/class_8110named net/minecraft/class_8110official bintermediary comp_1242named msgIdofficial cintermediary comp_1243named scalingofficial dintermediary comp_1244named exhaustionofficial eintermediary comp_1245named effectsofficial fintermediary comp_1246named deathMessageType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_8112The field for thedeathMessageTyperecord component.private final class_8107The field for theeffectsrecord component.private final floatThe field for theexhaustionrecord component.static final com.mojang.serialization.Codec<class_8110>private final StringThe field for themsgIdrecord component.private final class_8108The field for thescalingrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_8110(String string, float float2) class_8110(String string, float float2, class_8107 class_8107) class_8110(String string, class_8108 class_8108, float float2) class_8110(String string, class_8108 class_8108, float float2, class_8107 class_8107) class_8110(String string, class_8108 class_8108, float float2, class_8107 class_8107, class_8112 class_8112) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedeathMessageTyperecord component.effects()Returns the value of theeffectsrecord component.final booleanIndicates whether some other object is "equal to" this one.floatReturns the value of theexhaustionrecord component.final inthashCode()Returns a hash code value for this object.msgId()Returns the value of themsgIdrecord component.scaling()Returns the value of thescalingrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
msgId
The field for themsgIdrecord component. -
scaling
The field for thescalingrecord component. -
exhaustion
private final float exhaustionThe field for theexhaustionrecord component. -
effects
The field for theeffectsrecord component. -
deathMessageType
The field for thedeathMessageTyperecord component. -
field_42318
- Mappings:
Namespace Name Mixin selector official aLbeg;a:Lcom/mojang/serialization/Codec;intermediary field_42318Lnet/minecraft/class_8110;field_42318:Lcom/mojang/serialization/Codec;named field_42318Lnet/minecraft/class_8110;field_42318:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8110
-
class_8110
-
class_8110
-
class_8110
-
class_8110
public class_8110(String string, class_8108 class_8108, float float2, class_8107 class_8107, class_8112 class_8112)
-
-
Method Details
-
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 '=='. -
msgId
Returns the value of themsgIdrecord component.- Returns:
- the value of the
msgIdrecord component
-
scaling
Returns the value of thescalingrecord component.- Returns:
- the value of the
scalingrecord component
-
exhaustion
public float exhaustion()Returns the value of theexhaustionrecord component.- Returns:
- the value of the
exhaustionrecord component
-
effects
Returns the value of theeffectsrecord component.- Returns:
- the value of the
effectsrecord component
-
deathMessageType
Returns the value of thedeathMessageTyperecord component.- Returns:
- the value of the
deathMessageTyperecord component
-