Record Class RandomStructurePoolAliasBinding

java.lang.Object
java.lang.Record
net.minecraft.structure.pool.alias.RandomStructurePoolAliasBinding
Record Components:
alias -
targets -
All Implemented Interfaces:
StructurePoolAliasBinding

record RandomStructurePoolAliasBinding(RegistryKey<StructurePool> alias, DataPool<RegistryKey<StructurePool>> targets) extends Record implements StructurePoolAliasBinding
Mappings:
Namespace Name
official eau
intermediary net/minecraft/class_8892
named net/minecraft/structure/pool/alias/RandomStructurePoolAliasBinding
official c
intermediary comp_2005
named alias
official d
intermediary comp_2006
named targets
  • Field Details

    • alias

      private final RegistryKey<StructurePool> alias
      The field for the alias record component.
    • targets

      private final DataPool<RegistryKey<StructurePool>> targets
      The field for the targets record component.
    • CODEC

      static com.mojang.serialization.Codec<RandomStructurePoolAliasBinding> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Leau;a:Lcom/mojang/serialization/Codec;
      intermediary field_46827 Lnet/minecraft/class_8892;field_46827:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/structure/pool/alias/RandomStructurePoolAliasBinding;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • forEach

      public void forEach(Random random, BiConsumer<RegistryKey<StructurePool>,RegistryKey<StructurePool>> aliasConsumer)
      Specified by:
      forEach in interface StructurePoolAliasBinding
      Mappings:
      Namespace Name Mixin selector
      official a Lear;a(Lauv;Ljava/util/function/BiConsumer;)V
      intermediary method_54500 Lnet/minecraft/class_8889;method_54500(Lnet/minecraft/class_5819;Ljava/util/function/BiConsumer;)V
      named forEach Lnet/minecraft/structure/pool/alias/StructurePoolAliasBinding;forEach(Lnet/minecraft/util/math/random/Random;Ljava/util/function/BiConsumer;)V
    • streamTargets

      public Stream<RegistryKey<StructurePool>> streamTargets()
      Specified by:
      streamTargets in interface StructurePoolAliasBinding
      Mappings:
      Namespace Name Mixin selector
      official a Lear;a()Ljava/util/stream/Stream;
      intermediary method_54499 Lnet/minecraft/class_8889;method_54499()Ljava/util/stream/Stream;
      named streamTargets Lnet/minecraft/structure/pool/alias/StructurePoolAliasBinding;streamTargets()Ljava/util/stream/Stream;
    • getCodec

      public com.mojang.serialization.Codec<RandomStructurePoolAliasBinding> getCodec()
      Specified by:
      getCodec in interface StructurePoolAliasBinding
      Mappings:
      Namespace Name Mixin selector
      official b Lear;b()Lcom/mojang/serialization/Codec;
      intermediary method_54502 Lnet/minecraft/class_8889;method_54502()Lcom/mojang/serialization/Codec;
      named getCodec Lnet/minecraft/structure/pool/alias/StructurePoolAliasBinding;getCodec()Lcom/mojang/serialization/Codec;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • alias

      public RegistryKey<StructurePool> alias()
      Returns the value of the alias record component.
      Returns:
      the value of the alias record component
    • targets

      public DataPool<RegistryKey<StructurePool>> targets()
      Returns the value of the targets record component.
      Returns:
      the value of the targets record component