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 cxcintermediary net/minecraft/class__6655named net/minecraft/class__6655official bintermediary comp_143named layersofficial cintermediary comp_144named directionofficial dintermediary comp_145named allowWaterofficial eintermediary comp_146named prioritizeTip
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for theallowWaterrecord component.private final DirectionThe field for thedirectionrecord component.static final com.mojang.serialization.Codec<class__6655>private final List<class__6655.class__6656>The field for thelayersrecord component.private final booleanThe field for theprioritizeTiprecord component.Fields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionclass__6655(List<class__6655.class__6656> list, Direction direction, boolean bool, boolean bool2) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of theallowWaterrecord component.Returns the value of thedirectionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.layers()Returns the value of thelayersrecord component.static class__6655.class__6656method_38908(IntProvider intProvider, BlockStateProvider blockStateProvider) static class__6655method_38910(IntProvider intProvider, BlockStateProvider blockStateProvider) booleanReturns the value of theprioritizeTiprecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures
-
Field Details
-
layers
The field for thelayersrecord component. -
direction
The field for thedirectionrecord component. -
allowWater
private final boolean allowWaterThe field for theallowWaterrecord component. -
prioritizeTip
private final boolean prioritizeTipThe field for theprioritizeTiprecord component. -
field_35073
- Mappings:
Namespace Name Mixin selector official aLcxc;a:Lcom/mojang/serialization/Codec;intermediary field_35073Lnet/minecraft/class__6655;field_35073:Lcom/mojang/serialization/Codec;named field_35073Lnet/minecraft/class__6655;field_35073:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class__6655
public class__6655(List<class__6655.class__6656> list, Direction direction, boolean bool, boolean bool2)
-
-
Method Details
-
method_38908
public static class__6655.class__6656 method_38908(IntProvider intProvider, BlockStateProvider blockStateProvider) - Mappings:
Namespace Name Mixin selector official aLcxc;a(Latl;Lczq;)Lcxc$a;intermediary method_38908Lnet/minecraft/class__6655;method_38908(Lnet/minecraft/class_6017;Lnet/minecraft/class_4651;)Lnet/minecraft/class__6655$class__6656;named method_38908Lnet/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 bLcxc;b(Latl;Lczq;)Lcxc;intermediary method_38910Lnet/minecraft/class__6655;method_38910(Lnet/minecraft/class_6017;Lnet/minecraft/class_4651;)Lnet/minecraft/class__6655;named method_38910Lnet/minecraft/class__6655;method_38910(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;)Lnet/minecraft/class__6655;
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
layers
Returns the value of thelayersrecord component.- Returns:
- the value of the
layersrecord component
-
direction
Returns the value of thedirectionrecord component.- Returns:
- the value of the
directionrecord component
-
allowWater
public boolean allowWater()Returns the value of theallowWaterrecord component.- Returns:
- the value of the
allowWaterrecord component
-
prioritizeTip
public boolean prioritizeTip()Returns the value of theprioritizeTiprecord component.- Returns:
- the value of the
prioritizeTiprecord component
-