Record Class MaterialRules.NotMaterialCondition
java.lang.Object
java.lang.Record
net.minecraft.world.gen.surfacebuilder.MaterialRules.NotMaterialCondition
- Record Components:
- target-
- All Implemented Interfaces:
- Function<MaterialRules.MaterialRuleContext,,- MaterialRules.BooleanSupplier> - MaterialRules.MaterialCondition
- Enclosing class:
- MaterialRules
private static record MaterialRules.NotMaterialCondition(MaterialRules.MaterialCondition target)
extends Record
implements MaterialRules.MaterialCondition
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/surfacebuilder/MaterialRules$NotMaterialCondition- intermediary - net/minecraft/class_6686$class_6707- official - edk$n- named - target- intermediary - comp_207- official - a
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static final CodecHolder<MaterialRules.NotMaterialCondition> private final MaterialRules.MaterialConditionThe field for thetargetrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(MaterialRules.MaterialRuleContext materialRuleContext) CodecHolder<? 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.target()Returns the value of thetargetrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
targetThe field for thetargetrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$NotMaterialCondition;CODEC:Lnet/minecraft/util/dynamic/CodecHolder;- intermediary - field_35251- Lnet/minecraft/class_6686$class_6707;field_35251:Lnet/minecraft/class_7243;- official - c- Ledk$n;c:Lays;
 
 
- 
- 
Constructor Details- 
NotMaterialConditionNotMaterialCondition(MaterialRules.MaterialCondition materialCondition) 
 
- 
- 
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$NotMaterialCondition;apply(Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$MaterialRuleContext;)Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$BooleanSupplier;- intermediary - method_39084- Lnet/minecraft/class_6686$class_6707;method_39084(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;- official - a- Ledk$n;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).
- 
targetReturns the value of thetargetrecord component.- Returns:
- the value of the targetrecord component
 
 
-