Record Class MaterialRules.VerticalGradientMaterialCondition
java.lang.Object
java.lang.Record
net.minecraft.world.gen.surfacebuilder.MaterialRules.VerticalGradientMaterialCondition
- Record Components:
- randomName-
- trueAtAndBelow-
- falseAtAndAbove-
- All Implemented Interfaces:
- Function<MaterialRules.MaterialRuleContext,,- MaterialRules.BooleanSupplier> - MaterialRules.MaterialCondition
- Enclosing class:
- MaterialRules
private static record MaterialRules.VerticalGradientMaterialCondition(Identifier randomName, YOffset trueAtAndBelow, YOffset falseAtAndAbove)
extends Record
implements MaterialRules.MaterialCondition
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/surfacebuilder/MaterialRules$VerticalGradientMaterialCondition- intermediary - net/minecraft/class_6686$class_6775- official - edk$y- named - randomName- intermediary - comp_263- official - a- named - trueAtAndBelow- intermediary - comp_264- official - c- named - falseAtAndAbove- intermediary - comp_265- official - d
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static final CodecHolder<MaterialRules.VerticalGradientMaterialCondition> private final YOffsetThe field for thefalseAtAndAboverecord component.private final IdentifierThe field for therandomNamerecord component.private final YOffsetThe field for thetrueAtAndBelowrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionVerticalGradientMaterialCondition(Identifier identifier, YOffset yOffset, YOffset yOffset2) 
- 
Method SummaryModifier and TypeMethodDescriptionapply(MaterialRules.MaterialRuleContext materialRuleContext) CodecHolder<? extends MaterialRules.MaterialCondition> codec()final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefalseAtAndAboverecord component.final inthashCode()Returns a hash code value for this object.Returns the value of therandomNamerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetrueAtAndBelowrecord component.
- 
Field Details- 
randomNameThe field for therandomNamerecord component.
- 
trueAtAndBelowThe field for thetrueAtAndBelowrecord component.
- 
falseAtAndAboveThe field for thefalseAtAndAboverecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$VerticalGradientMaterialCondition;CODEC:Lnet/minecraft/util/dynamic/CodecHolder;- intermediary - field_35626- Lnet/minecraft/class_6686$class_6775;field_35626:Lnet/minecraft/class_7243;- official - e- Ledk$y;e:Lays;
 
 
- 
- 
Constructor Details- 
VerticalGradientMaterialConditionVerticalGradientMaterialCondition(Identifier identifier, YOffset yOffset, YOffset yOffset2) 
 
- 
- 
Method Details- 
codec- Specified by:
- codecin interface- MaterialRules.MaterialCondition
- Mappings:
- Namespace - Name - Mixin selector - named - codec- Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$MaterialCondition;codec()Lnet/minecraft/util/dynamic/CodecHolder;- intermediary - method_39064- Lnet/minecraft/class_6686$class_6693;method_39064()Lnet/minecraft/class_7243;- official - a- Ledk$f;a()Lays;
 
- 
apply- Specified by:
- applyin interface- Function<MaterialRules.MaterialRuleContext,- MaterialRules.BooleanSupplier> 
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$VerticalGradientMaterialCondition;apply(Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$MaterialRuleContext;)Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$BooleanSupplier;- intermediary - method_39481- Lnet/minecraft/class_6686$class_6775;method_39481(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;- official - a- Ledk$y;a(Ledk$g;)Ledk$e;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 withObjects::equals(Object,Object).
- 
randomNameReturns the value of therandomNamerecord component.- Returns:
- the value of the randomNamerecord component
 
- 
trueAtAndBelowReturns the value of thetrueAtAndBelowrecord component.- Returns:
- the value of the trueAtAndBelowrecord component
 
- 
falseAtAndAboveReturns the value of thefalseAtAndAboverecord component.- Returns:
- the value of the falseAtAndAboverecord component
 
 
-