Record Class MaterialRules.InvertedBooleanSupplier
java.lang.Object
java.lang.Record
net.minecraft.world.gen.surfacebuilder.MaterialRules.InvertedBooleanSupplier
- Record Components:
- target-
- All Implemented Interfaces:
- MaterialRules.BooleanSupplier
- Enclosing class:
- MaterialRules
private static record MaterialRules.InvertedBooleanSupplier(MaterialRules.BooleanSupplier target)
extends Record
implements MaterialRules.BooleanSupplier
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/surfacebuilder/MaterialRules$InvertedBooleanSupplier- intermediary - net/minecraft/class_6686$class_6706- official - edk$m- named - target- intermediary - comp_206- official - a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final MaterialRules.BooleanSupplierThe field for thetargetrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.booleanget()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.
 
- 
- 
Constructor Details- 
InvertedBooleanSupplierInvertedBooleanSupplier(MaterialRules.BooleanSupplier booleanSupplier) 
 
- 
- 
Method Details- 
getpublic boolean get()- Specified by:
- getin interface- MaterialRules.BooleanSupplier
- Mappings:
- Namespace - Name - Mixin selector - named - get- Lnet/minecraft/world/gen/surfacebuilder/MaterialRules$BooleanSupplier;get()Z- intermediary - method_39069- Lnet/minecraft/class_6686$class_6692;method_39069()Z- official - b- Ledk$e;b()Z
 
- 
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
 
 
-