Package net.minecraft.world.biome.source
Record Class BiomeSource.class_6543
java.lang.Object
java.lang.Record
net.minecraft.world.biome.source.BiomeSource.class_6543
- Record Components:
comp_68-comp_69-
- Enclosing class:
- BiomeSource
- Mappings:
Namespace Name official bzp$aintermediary net/minecraft/class_1966$class_6543named net/minecraft/world/biome/source/BiomeSource$class_6543official aintermediary comp_68named comp_68official bintermediary comp_69named comp_69
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe field for thecomp_68record component.private final ConfiguredFeature<?,?> The field for thecomp_69record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcomp_68()Returns the value of thecomp_68record component.ConfiguredFeature<?,?> comp_69()Returns the value of thecomp_69record 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
-
Constructor Details
-
class_6543
class_6543(int int2, ConfiguredFeature<?, ?> configuredFeature)
-
-
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 '=='. -
comp_68
public int comp_68()Returns the value of thecomp_68record component.- Returns:
- the value of the
comp_68record component
-
comp_69
Returns the value of thecomp_69record component.- Returns:
- the value of the
comp_69record component
-