Package net.minecraft

Record Class class_7400

java.lang.Object
java.lang.Record
net.minecraft.class_7400
Record Components:
fallback -
rules -

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

    • fallback

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

      private final List<class_7400.class_7401> rules
      The field for the rules record component.
    • field_38870

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

  • Method Details

    • method_43314

      public static class_7400 method_43314(BlockStateProvider blockStateProvider)
      Mappings:
      Namespace Name Mixin selector
      official a Ldew;a(Ldeo;)Ldew;
      intermediary method_43314 Lnet/minecraft/class_7400;method_43314(Lnet/minecraft/class_4651;)Lnet/minecraft/class_7400;
      named method_43314 Lnet/minecraft/class_7400;method_43314(Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;)Lnet/minecraft/class_7400;
    • method_43312

      public static class_7400 method_43312(Block block)
      Mappings:
      Namespace Name Mixin selector
      official a Ldew;a(Lcgo;)Ldew;
      intermediary method_43312 Lnet/minecraft/class_7400;method_43312(Lnet/minecraft/class_2248;)Lnet/minecraft/class_7400;
      named method_43312 Lnet/minecraft/class_7400;method_43312(Lnet/minecraft/block/Block;)Lnet/minecraft/class_7400;
    • method_43311

      public BlockState method_43311(StructureWorldAccess structureWorldAccess, AbstractRandom abstractRandom, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldew;a(Lcem;Lakj;Lgm;)Lcsi;
      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;
      named method_43311 Lnet/minecraft/class_7400;method_43311(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/random/AbstractRandom;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • 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

      public List<class_7400.class_7401> rules()
      Returns the value of the rules record component.
      Returns:
      the value of the rules record component