Record Class MaterialRules.AboveYMaterialCondition
java.lang.Object
java.lang.Record
net.minecraft.world.gen.surfacebuilder.MaterialRules.AboveYMaterialCondition
- Record Components:
anchor-runDepthMultiplier-addStoneDepth-
- All Implemented Interfaces:
Function<MaterialRules.MaterialRuleContext,,MaterialRules.BooleanSupplier> MaterialRules.MaterialCondition
- Enclosing class:
- MaterialRules
private static record MaterialRules.AboveYMaterialCondition(YOffset anchor, int runDepthMultiplier, boolean addStoneDepth)
extends Record
implements MaterialRules.MaterialCondition
- Mappings:
Namespace Name official csv$zintermediary net/minecraft/class_6686$class_6722named net/minecraft/world/gen/surfacebuilder/MaterialRules$AboveYMaterialConditionofficial bintermediary comp_220named anchorofficial cintermediary comp_221named runDepthMultiplierofficial dintermediary comp_222named addStoneDepth
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for theaddStoneDepthrecord component.private final YOffsetThe field for theanchorrecord component.(package private) static final com.mojang.serialization.Codec<MaterialRules.AboveYMaterialCondition>private final intThe field for therunDepthMultiplierrecord component.Fields inherited from interface net.minecraft.world.gen.surfacebuilder.MaterialRules.MaterialCondition
CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of theaddStoneDepthrecord component.anchor()Returns the value of theanchorrecord component.apply(MaterialRules.MaterialRuleContext materialRuleContext) com.mojang.serialization.Codec<? extends MaterialRules.MaterialCondition>codec()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intReturns the value of therunDepthMultiplierrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
anchor
The field for theanchorrecord component. -
runDepthMultiplier
private final int runDepthMultiplierThe field for therunDepthMultiplierrecord component. -
addStoneDepth
private final boolean addStoneDepthThe field for theaddStoneDepthrecord component. -
CONDITION_CODEC
- Mappings:
Namespace Name Mixin selector official eLcsv$z;e:Lcom/mojang/serialization/Codec;intermediary field_35266Lnet/minecraft/class_6686$class_6722;field_35266:Lcom/mojang/serialization/Codec;named CONDITION_CODECLnet/minecraft/world/gen/surfacebuilder/MaterialRules$AboveYMaterialCondition;CONDITION_CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
AboveYMaterialCondition
AboveYMaterialCondition(YOffset yOffset, int int2, boolean bool)
-
-
Method Details
-
codec
- Specified by:
codecin interfaceMaterialRules.MaterialCondition- Mappings:
Namespace Name Mixin selector official aLcsv$e;a()Lcom/mojang/serialization/Codec;intermediary method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;named codecLnet/minecraft/world/gen/surfacebuilder/MaterialRules$MaterialCondition;codec()Lcom/mojang/serialization/Codec;
-
apply
- Specified by:
applyin interfaceFunction<MaterialRules.MaterialRuleContext,MaterialRules.BooleanSupplier> - Mappings:
Namespace Name Mixin selector official aLcsv$z;a(Lcsv$f;)Lcsv$d;intermediary method_39100Lnet/minecraft/class_6686$class_6722;method_39100(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;named applyLnet/minecraft/world/gen/surfacebuilder/MaterialRules$AboveYMaterialCondition;apply(Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$MaterialRuleContext;)Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$BooleanSupplier;
-
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 '=='. -
anchor
Returns the value of theanchorrecord component.- Returns:
- the value of the
anchorrecord component
-
runDepthMultiplier
public int runDepthMultiplier()Returns the value of therunDepthMultiplierrecord component.- Returns:
- the value of the
runDepthMultiplierrecord component
-
addStoneDepth
public boolean addStoneDepth()Returns the value of theaddStoneDepthrecord component.- Returns:
- the value of the
addStoneDepthrecord component
-