Package net.minecraft
Record Class class_7398
java.lang.Object
java.lang.Record
net.minecraft.class_7398
- Record Components:
aboveRootProvider-aboveRootPlacementChance-
public record class_7398(BlockStateProvider aboveRootProvider, float aboveRootPlacementChance)
extends Record
- Mappings:
Namespace Name official dejintermediary net/minecraft/class_7398named net/minecraft/class_7398official bintermediary comp_717named aboveRootProviderofficial cintermediary comp_718named aboveRootPlacementChance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final floatThe field for theaboveRootPlacementChancerecord component.private final BlockStateProviderThe field for theaboveRootProviderrecord component.static final com.mojang.serialization.Codec<class_7398> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the value of theaboveRootPlacementChancerecord component.Returns the value of theaboveRootProviderrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
aboveRootProvider
The field for theaboveRootProviderrecord component. -
aboveRootPlacementChance
private final float aboveRootPlacementChanceThe field for theaboveRootPlacementChancerecord component. -
field_38865
- Mappings:
Namespace Name Mixin selector official aLdej;a:Lcom/mojang/serialization/Codec;intermediary field_38865Lnet/minecraft/class_7398;field_38865:Lcom/mojang/serialization/Codec;named field_38865Lnet/minecraft/class_7398;field_38865:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_7398
-
-
Method Details
-
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 '=='. -
aboveRootProvider
Returns the value of theaboveRootProviderrecord component.- Returns:
- the value of the
aboveRootProviderrecord component
-
aboveRootPlacementChance
public float aboveRootPlacementChance()Returns the value of theaboveRootPlacementChancerecord component.- Returns:
- the value of the
aboveRootPlacementChancerecord component
-