Package net.minecraft
Record Class class_11105
java.lang.Object
java.lang.Record
net.minecraft.class_11105
public record class_11105(String c, Text d, Text e, List<class_11109> f, List<List<class_11109>> g, List<class_11057> h, List<class_11105> i, int j)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11105intermediary net/minecraft/class_11105official fbx
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe field for thecrecord component.private final TextThe field for thedrecord component.private final TextThe field for theerecord component.private final List<class_11109> The field for thefrecord component.static final com.mojang.serialization.Codec<class_11105> static final PacketCodec<RegistryByteBuf, class_11105> private final List<List<class_11109>> The field for thegrecord component.private final List<class_11057> The field for thehrecord component.private final List<class_11105> The field for theirecord component.private final intThe field for thejrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11105(String string, Text text, Text text2, List<class_11109> list, List<List<class_11109>> list2, List<class_11057> list3, List<class_11105> list4, int int2) -
Method Summary
Modifier and TypeMethodDescriptionc()Returns the value of thecrecord component.d()Returns the value of thedrecord component.e()Returns the value of theerecord component.final booleanIndicates whether some other object is "equal to" this one.f()Returns the value of thefrecord component.g()Returns the value of thegrecord component.h()Returns the value of thehrecord component.final inthashCode()Returns a hash code value for this object.i()Returns the value of theirecord component.intj()Returns the value of thejrecord component.method_69903(ServerWorld serverWorld) static class_11105.class_11106method_69904(String string) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
c
The field for thecrecord component. -
d
The field for thedrecord component. -
e
The field for theerecord component. -
f
The field for thefrecord component. -
g
The field for thegrecord component. -
h
The field for thehrecord component. -
i
The field for theirecord component. -
j
private final int jThe field for thejrecord component. -
field_59113
- Mappings:
Namespace Name Mixin selector named field_59113Lnet/minecraft/class_11105;field_59113:Lcom/mojang/serialization/Codec;intermediary field_59113Lnet/minecraft/class_11105;field_59113:Lcom/mojang/serialization/Codec;official aLfbx;a:Lcom/mojang/serialization/Codec;
-
field_59114
- Mappings:
Namespace Name Mixin selector named field_59114Lnet/minecraft/class_11105;field_59114:Lnet/minecraft/network/codec/PacketCodec;intermediary field_59114Lnet/minecraft/class_11105;field_59114:Lnet/minecraft/class_9139;official bLfbx;b:Lzg;
-
-
Constructor Details
-
class_11105
public class_11105(String string, Text text, Text text2, List<class_11109> list, List<List<class_11109>> list2, List<class_11057> list3, List<class_11105> list4, int int2)
-
-
Method Details
-
method_69904
- Mappings:
Namespace Name Mixin selector named method_69904Lnet/minecraft/class_11105;method_69904(Ljava/lang/String;)Lnet/minecraft/class_11105$class_11106;intermediary method_69904Lnet/minecraft/class_11105;method_69904(Ljava/lang/String;)Lnet/minecraft/class_11105$class_11106;official aLfbx;a(Ljava/lang/String;)Lfbx$a;
-
method_69903
- Mappings:
Namespace Name Mixin selector named method_69903Lnet/minecraft/class_11105;method_69903(Lnet/minecraft/server/world/ServerWorld;)Ljava/util/List;intermediary method_69903Lnet/minecraft/class_11105;method_69903(Lnet/minecraft/class_3218;)Ljava/util/List;official aLfbx;a(Last;)Ljava/util/List;
-
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
Returns the value of thedrecord component.- Returns:
- the value of the
drecord component
-
e
Returns the value of theerecord component.- Returns:
- the value of the
erecord component
-
f
Returns the value of thefrecord component.- Returns:
- the value of the
frecord component
-
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
-
i
Returns the value of theirecord component.- Returns:
- the value of the
irecord component
-
j
public int j()Returns the value of thejrecord component.- Returns:
- the value of the
jrecord component
-