Record Class PredicatedStateProvider

java.lang.Object
java.lang.Record
net.minecraft.world.gen.stateprovider.PredicatedStateProvider
Record Components:
fallback -
rules -

public record PredicatedStateProvider(BlockStateProvider fallback, List<PredicatedStateProvider.Rule> rules) extends Record
Mappings:
Namespace Name
named net/minecraft/world/gen/stateprovider/PredicatedStateProvider
intermediary net/minecraft/class_7400
official efn
named fallback
intermediary comp_725
official b
named rules
intermediary comp_726
official c
  • Field Details

    • fallback

      private final BlockStateProvider fallback
      The field for the fallback record component.
    • rules

      private final List<PredicatedStateProvider.Rule> rules
      The field for the rules record component.
    • CODEC

      public static final com.mojang.serialization.Codec<PredicatedStateProvider> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/gen/stateprovider/PredicatedStateProvider;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_38870 Lnet/minecraft/class_7400;field_38870:Lcom/mojang/serialization/Codec;
      official a Lefn;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • of

      public static PredicatedStateProvider of(BlockStateProvider stateProvider)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/world/gen/stateprovider/PredicatedStateProvider;of(Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;)Lnet/minecraft/world/gen/stateprovider/PredicatedStateProvider;
      intermediary method_43314 Lnet/minecraft/class_7400;method_43314(Lnet/minecraft/class_4651;)Lnet/minecraft/class_7400;
      official a Lefn;a(Leff;)Lefn;
    • of

      public static PredicatedStateProvider of(Block block)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/world/gen/stateprovider/PredicatedStateProvider;of(Lnet/minecraft/block/Block;)Lnet/minecraft/world/gen/stateprovider/PredicatedStateProvider;
      intermediary method_43312 Lnet/minecraft/class_7400;method_43312(Lnet/minecraft/class_2248;)Lnet/minecraft/class_7400;
      official a Lefn;a(Ldfb;)Lefn;
    • getBlockState

      public BlockState getBlockState(StructureWorldAccess world, Random random, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getBlockState Lnet/minecraft/world/gen/stateprovider/PredicatedStateProvider;getBlockState(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
      intermediary method_43311 Lnet/minecraft/class_7400;method_43311(Lnet/minecraft/class_5281;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      official a Lefn;a(Ldcv;Lazh;Liz;)Ldse;
    • 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.
    • fallback

      public BlockStateProvider fallback()
      Returns the value of the fallback record component.
      Returns:
      the value of the fallback record component
    • rules

      Returns the value of the rules record component.
      Returns:
      the value of the rules record component