Package net.minecraft
Record Class class_8893
java.lang.Object
java.lang.Record
net.minecraft.class_8893
- Record Components:
groups
-
- All Implemented Interfaces:
class_8889
- Mappings:
Namespace Name official dyk
intermediary net/minecraft/class_8893
named net/minecraft/class_8893
official c
intermediary comp_2007
named groups
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static com.mojang.serialization.Codec<class_8893>
private final DataPool<List<class_8889>>
The field for thegroups
record component.Fields inherited from interface net.minecraft.class_8889
field_46825
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.groups()
Returns the value of thegroups
record component.final int
hashCode()
Returns a hash code value for this object.void
method_54500
(Random random, BiConsumer<RegistryKey<StructurePool>, RegistryKey<StructurePool>> biConsumer) com.mojang.serialization.Codec<class_8893>
final String
toString()
Returns a string representation of this record class.
-
Field Details
-
groups
The field for thegroups
record component. -
field_46828
- Mappings:
Namespace Name Mixin selector official a
Ldyk;a:Lcom/mojang/serialization/Codec;
intermediary field_46828
Lnet/minecraft/class_8893;field_46828:Lcom/mojang/serialization/Codec;
named field_46828
Lnet/minecraft/class_8893;field_46828:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8893
class_8893(DataPool<List<class_8889>> dataPool)
-
-
Method Details
-
method_54500
public void method_54500(Random random, BiConsumer<RegistryKey<StructurePool>, RegistryKey<StructurePool>> biConsumer) - Specified by:
method_54500
in interfaceclass_8889
- Mappings:
Namespace Name Mixin selector official a
Ldyg;a(Lato;Ljava/util/function/BiConsumer;)V
intermediary method_54500
Lnet/minecraft/class_8889;method_54500(Lnet/minecraft/class_5819;Ljava/util/function/BiConsumer;)V
named method_54500
Lnet/minecraft/class_8889;method_54500(Lnet/minecraft/util/math/random/Random;Ljava/util/function/BiConsumer;)V
-
method_54499
- Specified by:
method_54499
in interfaceclass_8889
- Mappings:
Namespace Name Mixin selector official a
Ldyg;a()Ljava/util/stream/Stream;
intermediary method_54499
Lnet/minecraft/class_8889;method_54499()Ljava/util/stream/Stream;
named method_54499
Lnet/minecraft/class_8889;method_54499()Ljava/util/stream/Stream;
-
method_54502
- Specified by:
method_54502
in interfaceclass_8889
- Mappings:
Namespace Name Mixin selector official b
Ldyg;b()Lcom/mojang/serialization/Codec;
intermediary method_54502
Lnet/minecraft/class_8889;method_54502()Lcom/mojang/serialization/Codec;
named method_54502
Lnet/minecraft/class_8889;method_54502()Lcom/mojang/serialization/Codec;
-
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. All components in this record class are compared withObjects::equals(Object,Object)
. -
groups
Returns the value of thegroups
record component.- Returns:
- the value of the
groups
record component
-