Package net.minecraft
Record Class class_11088.class_11090
java.lang.Object
java.lang.Record
net.minecraft.class_11088.class_11090
- Enclosing class:
class_11088
public static record class_11088.class_11090(RegistryEntryList<EntityType<?>> b, boolean c, IntProvider d, class_11088.class_11092 e)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11088$class_11090intermediary net/minecraft/class_11088$class_11090official fbp$b
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryEntryList<EntityType<?>> The field for thebrecord component.private final booleanThe field for thecrecord component.private final IntProviderThe field for thedrecord component.private final class_11088.class_11092The field for theerecord component.static final com.mojang.serialization.Codec<class_11088.class_11090> -
Constructor Summary
ConstructorsConstructorDescriptionclass_11090(RegistryEntryList<EntityType<?>> registryEntryList, boolean bool, IntProvider intProvider, class_11088.class_11092 class_11092) -
Method Summary
Modifier and TypeMethodDescriptionb()Returns the value of thebrecord component.booleanc()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.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
b
The field for thebrecord component. -
c
private final boolean cThe field for thecrecord component. -
d
The field for thedrecord component. -
e
The field for theerecord component. -
field_59066
- Mappings:
Namespace Name Mixin selector named field_59066Lnet/minecraft/class_11088$class_11090;field_59066:Lcom/mojang/serialization/Codec;intermediary field_59066Lnet/minecraft/class_11088$class_11090;field_59066:Lcom/mojang/serialization/Codec;official aLfbp$b;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_11090
public class_11090(RegistryEntryList<EntityType<?>> registryEntryList, boolean bool, IntProvider intProvider, class_11088.class_11092 class_11092)
-
-
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 '=='. -
b
Returns the value of thebrecord component.- Returns:
- the value of the
brecord component
-
c
public boolean 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
-