Record Class DirectStructurePoolAliasBinding
java.lang.Object
java.lang.Record
net.minecraft.structure.pool.alias.DirectStructurePoolAliasBinding
- Record Components:
alias
-target
-
- All Implemented Interfaces:
StructurePoolAliasBinding
record DirectStructurePoolAliasBinding(RegistryKey<StructurePool> alias, RegistryKey<StructurePool> target)
extends Record
implements StructurePoolAliasBinding
- Mappings:
Namespace Name named net/minecraft/structure/pool/alias/DirectStructurePoolAliasBinding
intermediary net/minecraft/class_8888
official ejw
named alias
intermediary comp_2003
official c
named target
intermediary comp_2004
official d
-
Field Summary
Modifier and TypeFieldDescriptionprivate final RegistryKey
<StructurePool> The field for thealias
record component.(package private) static com.mojang.serialization.MapCodec
<DirectStructurePoolAliasBinding> private final RegistryKey
<StructurePool> The field for thetarget
record component. -
Constructor Summary
ConstructorDescriptionDirectStructurePoolAliasBinding
(RegistryKey<StructurePool> registryKey, RegistryKey<StructurePool> registryKey2) -
Method Summary
Modifier and TypeMethodDescriptionalias()
Returns the value of thealias
record component.final boolean
Indicates whether some other object is "equal to" this one.void
forEach
(Random random, BiConsumer<RegistryKey<StructurePool>, RegistryKey<StructurePool>> aliasConsumer) com.mojang.serialization.MapCodec
<DirectStructurePoolAliasBinding> getCodec()
final int
hashCode()
Returns a hash code value for this object.target()
Returns the value of thetarget
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
alias
The field for thealias
record component. -
target
The field for thetarget
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/structure/pool/alias/DirectStructurePoolAliasBinding;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_46824
Lnet/minecraft/class_8888;field_46824:Lcom/mojang/serialization/MapCodec;
official a
Lejw;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
DirectStructurePoolAliasBinding
DirectStructurePoolAliasBinding(RegistryKey<StructurePool> registryKey, RegistryKey<StructurePool> registryKey2)
-
-
Method Details
-
forEach
public void forEach(Random random, BiConsumer<RegistryKey<StructurePool>, RegistryKey<StructurePool>> aliasConsumer) - Specified by:
forEach
in interfaceStructurePoolAliasBinding
- Mappings:
Namespace Name Mixin selector named forEach
Lnet/minecraft/structure/pool/alias/StructurePoolAliasBinding;forEach(Lnet/minecraft/util/math/random/Random;Ljava/util/function/BiConsumer;)V
intermediary method_54500
Lnet/minecraft/class_8889;method_54500(Lnet/minecraft/class_5819;Ljava/util/function/BiConsumer;)V
official a
Lejx;a(Lazh;Ljava/util/function/BiConsumer;)V
-
streamTargets
- Specified by:
streamTargets
in interfaceStructurePoolAliasBinding
- Mappings:
Namespace Name Mixin selector named streamTargets
Lnet/minecraft/structure/pool/alias/StructurePoolAliasBinding;streamTargets()Ljava/util/stream/Stream;
intermediary method_54499
Lnet/minecraft/class_8889;method_54499()Ljava/util/stream/Stream;
official a
Lejx;a()Ljava/util/stream/Stream;
-
getCodec
- Specified by:
getCodec
in interfaceStructurePoolAliasBinding
- Mappings:
Namespace Name Mixin selector named getCodec
Lnet/minecraft/structure/pool/alias/StructurePoolAliasBinding;getCodec()Lcom/mojang/serialization/MapCodec;
intermediary method_54502
Lnet/minecraft/class_8889;method_54502()Lcom/mojang/serialization/MapCodec;
official b
Lejx;b()Lcom/mojang/serialization/MapCodec;
-
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)
. -
alias
Returns the value of thealias
record component.- Returns:
- the value of the
alias
record component
-
target
Returns the value of thetarget
record component.- Returns:
- the value of the
target
record component
-