Package net.minecraft
Record Class class_11109
java.lang.Object
java.lang.Record
net.minecraft.class_11109
public record class_11109(String c, Text d, Text e, Text f, @Nullable Identifier g, List<class_11111> h, class_11108 i, List<class_11057> j, List<class_11109> k, int l, Set<class_11112> m, Set<class_11109> n, float o, int p, class_11104 q, boolean r, Consumer<ServerWorld> s, Consumer<ServerWorld> t, Consumer<ServerWorld> u)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11109intermediary net/minecraft/class_11109official fca
-
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 TextThe field for thefrecord component.static final com.mojang.serialization.Codec<class_11109> static final PacketCodec<RegistryByteBuf, class_11109> private final @Nullable IdentifierThe field for thegrecord component.private final List<class_11111> The field for thehrecord component.private final class_11108The field for theirecord component.private final List<class_11057> The field for thejrecord component.private final List<class_11109> The field for thekrecord component.private final intThe field for thelrecord component.private final Set<class_11112> The field for themrecord component.private final Set<class_11109> The field for thenrecord component.private final floatThe field for theorecord component.private final intThe field for theprecord component.private final class_11104The field for theqrecord component.private final booleanThe field for therrecord component.private final Consumer<ServerWorld> The field for thesrecord component.private final Consumer<ServerWorld> The field for thetrecord component.private final Consumer<ServerWorld> The field for theurecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11109(String string, Text text, Text text2, Text text3, @Nullable Identifier identifier, List<class_11111> list, class_11108 class_11108, List<class_11057> list2, List<class_11109> list3, int int2, Set<class_11112> set, Set<class_11109> set2, float float2, int int3, class_11104 class_11104, boolean bool, Consumer<ServerWorld> consumer, Consumer<ServerWorld> consumer2, Consumer<ServerWorld> consumer3) -
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.j()Returns the value of thejrecord component.k()Returns the value of thekrecord component.intl()Returns the value of thelrecord component.m()Returns the value of themrecord component.booleanmethod_69919(ServerWorld serverWorld) static booleanmethod_69921(class_11109 class_11109, class_11109 class_111092) <T extends class_11111>
Stream<T> method_69922(Class<T> class2) static class_11109.class_11110method_69924(String string) booleanmethod_69925(Collection<class_11109> collection) booleanmethod_69926(ServerWorld serverWorld) booleanmethod_69927(ServerWorld serverWorld) n()Returns the value of thenrecord component.floato()Returns the value of theorecord component.intp()Returns the value of theprecord component.q()Returns the value of theqrecord component.booleanr()Returns the value of therrecord component.s()Returns the value of thesrecord component.t()Returns the value of thetrecord component.final StringtoString()Returns a string representation of this record class.u()Returns the value of theurecord component.
-
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
The field for thejrecord component. -
k
The field for thekrecord component. -
l
private final int lThe field for thelrecord component. -
m
The field for themrecord component. -
n
The field for thenrecord component. -
o
private final float oThe field for theorecord component. -
p
private final int pThe field for theprecord component. -
q
The field for theqrecord component. -
r
private final boolean rThe field for therrecord component. -
s
The field for thesrecord component. -
t
The field for thetrecord component. -
u
The field for theurecord component. -
field_59137
- Mappings:
Namespace Name Mixin selector named field_59137Lnet/minecraft/class_11109;field_59137:Lcom/mojang/serialization/Codec;intermediary field_59137Lnet/minecraft/class_11109;field_59137:Lcom/mojang/serialization/Codec;official aLfca;a:Lcom/mojang/serialization/Codec;
-
field_59138
- Mappings:
Namespace Name Mixin selector named field_59138Lnet/minecraft/class_11109;field_59138:Lnet/minecraft/network/codec/PacketCodec;intermediary field_59138Lnet/minecraft/class_11109;field_59138:Lnet/minecraft/class_9139;official bLfca;b:Lzg;
-
-
Constructor Details
-
class_11109
public class_11109(String string, Text text, Text text2, Text text3, @Nullable @Nullable Identifier identifier, List<class_11111> list, class_11108 class_11108, List<class_11057> list2, List<class_11109> list3, int int2, Set<class_11112> set, Set<class_11109> set2, float float2, int int3, class_11104 class_11104, boolean bool, Consumer<ServerWorld> consumer, Consumer<ServerWorld> consumer2, Consumer<ServerWorld> consumer3)
-
-
Method Details
-
method_69925
- Mappings:
Namespace Name Mixin selector named method_69925Lnet/minecraft/class_11109;method_69925(Ljava/util/Collection;)Zintermediary method_69925Lnet/minecraft/class_11109;method_69925(Ljava/util/Collection;)Zofficial aLfca;a(Ljava/util/Collection;)Z
-
method_69921
- Mappings:
Namespace Name Mixin selector named method_69921Lnet/minecraft/class_11109;method_69921(Lnet/minecraft/class_11109;Lnet/minecraft/class_11109;)Zintermediary method_69921Lnet/minecraft/class_11109;method_69921(Lnet/minecraft/class_11109;Lnet/minecraft/class_11109;)Zofficial aLfca;a(Lfca;Lfca;)Z
-
method_69919
- Mappings:
Namespace Name Mixin selector named method_69919Lnet/minecraft/class_11109;method_69919(Lnet/minecraft/server/world/ServerWorld;)Zintermediary method_69919Lnet/minecraft/class_11109;method_69919(Lnet/minecraft/class_3218;)Zofficial aLfca;a(Last;)Z
-
method_69926
- Mappings:
Namespace Name Mixin selector named method_69926Lnet/minecraft/class_11109;method_69926(Lnet/minecraft/server/world/ServerWorld;)Zintermediary method_69926Lnet/minecraft/class_11109;method_69926(Lnet/minecraft/class_3218;)Zofficial bLfca;b(Last;)Z
-
method_69927
- Mappings:
Namespace Name Mixin selector named method_69927Lnet/minecraft/class_11109;method_69927(Lnet/minecraft/server/world/ServerWorld;)Zintermediary method_69927Lnet/minecraft/class_11109;method_69927(Lnet/minecraft/class_3218;)Zofficial cLfca;c(Last;)Z
-
method_69924
- Mappings:
Namespace Name Mixin selector named method_69924Lnet/minecraft/class_11109;method_69924(Ljava/lang/String;)Lnet/minecraft/class_11109$class_11110;intermediary method_69924Lnet/minecraft/class_11109;method_69924(Ljava/lang/String;)Lnet/minecraft/class_11109$class_11110;official aLfca;a(Ljava/lang/String;)Lfca$a;
-
method_69922
- Mappings:
Namespace Name Mixin selector named method_69922Lnet/minecraft/class_11109;method_69922(Ljava/lang/Class;)Ljava/util/stream/Stream;intermediary method_69922Lnet/minecraft/class_11109;method_69922(Ljava/lang/Class;)Ljava/util/stream/Stream;official aLfca;a(Ljava/lang/Class;)Ljava/util/stream/Stream;
-
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
Returns the value of thejrecord component.- Returns:
- the value of the
jrecord component
-
k
Returns the value of thekrecord component.- Returns:
- the value of the
krecord component
-
l
public int l()Returns the value of thelrecord component.- Returns:
- the value of the
lrecord component
-
m
Returns the value of themrecord component.- Returns:
- the value of the
mrecord component
-
n
Returns the value of thenrecord component.- Returns:
- the value of the
nrecord component
-
o
public float o()Returns the value of theorecord component.- Returns:
- the value of the
orecord component
-
p
public int p()Returns the value of theprecord component.- Returns:
- the value of the
precord component
-
q
Returns the value of theqrecord component.- Returns:
- the value of the
qrecord component
-
r
public boolean r()Returns the value of therrecord component.- Returns:
- the value of the
rrecord component
-
s
Returns the value of thesrecord component.- Returns:
- the value of the
srecord component
-
t
Returns the value of thetrecord component.- Returns:
- the value of the
trecord component
-
u
Returns the value of theurecord component.- Returns:
- the value of the
urecord component
-