Package net.minecraft

Record Class class__6655

java.lang.Object
java.lang.Record
net.minecraft.class__6655
Record Components:
layers -
direction -
allowWater -
prioritizeTip -
All Implemented Interfaces:
FeatureConfig

public record class__6655(List<class__6655.class__6656> layers, Direction direction, boolean allowWater, boolean prioritizeTip) extends Record implements FeatureConfig
Mappings:
Namespace Name
official cxc
intermediary net/minecraft/class__6655
named net/minecraft/class__6655
official b
intermediary comp_143
named layers
official c
intermediary comp_144
named direction
official d
intermediary comp_145
named allowWater
official e
intermediary comp_146
named prioritizeTip
  • Field Details

    • layers

      private final List<class__6655.class__6656> layers
      The field for the layers record component.
    • direction

      private final Direction direction
      The field for the direction record component.
    • allowWater

      private final boolean allowWater
      The field for the allowWater record component.
    • prioritizeTip

      private final boolean prioritizeTip
      The field for the prioritizeTip record component.
    • field_35073

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

  • Method Details

    • method_38908

      public static class__6655.class__6656 method_38908(IntProvider intProvider, BlockStateProvider blockStateProvider)
      Mappings:
      Namespace Name Mixin selector
      official a Lcxc;a(Latl;Lczq;)Lcxc$a;
      intermediary method_38908 Lnet/minecraft/class__6655;method_38908(Lnet/minecraft/class_6017;Lnet/minecraft/class_4651;)Lnet/minecraft/class__6655$class__6656;
      named method_38908 Lnet/minecraft/class__6655;method_38908(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;)Lnet/minecraft/class__6655$class__6656;
    • method_38910

      public static class__6655 method_38910(IntProvider intProvider, BlockStateProvider blockStateProvider)
      Mappings:
      Namespace Name Mixin selector
      official b Lcxc;b(Latl;Lczq;)Lcxc;
      intermediary method_38910 Lnet/minecraft/class__6655;method_38910(Lnet/minecraft/class_6017;Lnet/minecraft/class_4651;)Lnet/minecraft/class__6655;
      named method_38910 Lnet/minecraft/class__6655;method_38910(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;)Lnet/minecraft/class__6655;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • layers

      public List<class__6655.class__6656> layers()
      Returns the value of the layers record component.
      Returns:
      the value of the layers record component
    • direction

      public Direction direction()
      Returns the value of the direction record component.
      Returns:
      the value of the direction record component
    • allowWater

      public boolean allowWater()
      Returns the value of the allowWater record component.
      Returns:
      the value of the allowWater record component
    • prioritizeTip

      public boolean prioritizeTip()
      Returns the value of the prioritizeTip record component.
      Returns:
      the value of the prioritizeTip record component