Record Class MaterialRules.StoneDepthMaterialCondition
java.lang.Object
java.lang.Record
net.minecraft.world.gen.surfacebuilder.MaterialRules.StoneDepthMaterialCondition
- Record Components:
addRunDepth-surfaceType-
- All Implemented Interfaces:
Function<MaterialRules.MaterialRuleContext,,MaterialRules.BooleanSupplier> MaterialRules.MaterialCondition
- Enclosing class:
- MaterialRules
private static record MaterialRules.StoneDepthMaterialCondition(boolean addRunDepth, VerticalSurfaceType surfaceType)
extends Record
implements MaterialRules.MaterialCondition
- Mappings:
Namespace Name official csv$sintermediary net/minecraft/class_6686$class_6713named net/minecraft/world/gen/surfacebuilder/MaterialRules$StoneDepthMaterialConditionofficial bintermediary comp_211named addRunDepthofficial cintermediary comp_212named surfaceType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for theaddRunDepthrecord component.(package private) static final com.mojang.serialization.Codec<MaterialRules.StoneDepthMaterialCondition>private final VerticalSurfaceTypeThe field for thesurfaceTyperecord component.Fields inherited from interface net.minecraft.world.gen.surfacebuilder.MaterialRules.MaterialCondition
CODEC -
Constructor Summary
ConstructorsConstructorDescriptionStoneDepthMaterialCondition(boolean bool, VerticalSurfaceType verticalSurfaceType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of theaddRunDepthrecord 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.Returns the value of thesurfaceTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
addRunDepth
private final boolean addRunDepthThe field for theaddRunDepthrecord component. -
surfaceType
The field for thesurfaceTyperecord component. -
CONDITION_CODEC
static final com.mojang.serialization.Codec<MaterialRules.StoneDepthMaterialCondition> CONDITION_CODEC- Mappings:
Namespace Name Mixin selector official dLcsv$s;d:Lcom/mojang/serialization/Codec;intermediary field_35257Lnet/minecraft/class_6686$class_6713;field_35257:Lcom/mojang/serialization/Codec;named CONDITION_CODECLnet/minecraft/world/gen/surfacebuilder/MaterialRules$StoneDepthMaterialCondition;CONDITION_CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
StoneDepthMaterialCondition
StoneDepthMaterialCondition(boolean bool, VerticalSurfaceType verticalSurfaceType)
-
-
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$s;a(Lcsv$f;)Lcsv$d;intermediary method_39090Lnet/minecraft/class_6686$class_6713;method_39090(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;named applyLnet/minecraft/world/gen/surfacebuilder/MaterialRules$StoneDepthMaterialCondition;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 '=='. -
addRunDepth
public boolean addRunDepth()Returns the value of theaddRunDepthrecord component.- Returns:
- the value of the
addRunDepthrecord component
-
surfaceType
Returns the value of thesurfaceTyperecord component.- Returns:
- the value of the
surfaceTyperecord component
-