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$a
intermediary net/minecraft/class_1966$class_6543
named net/minecraft/world/biome/source/BiomeSource$class_6543
official a
intermediary comp_68
named comp_68
official b
intermediary comp_69
named comp_69
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
The field for thecomp_68
record component.private final ConfiguredFeature<?,
?> The field for thecomp_69
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
comp_68()
Returns the value of thecomp_68
record component.ConfiguredFeature<?,
?> comp_69()
Returns the value of thecomp_69
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
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_68
record component.- Returns:
- the value of the
comp_68
record component
-
comp_69
Returns the value of thecomp_69
record component.- Returns:
- the value of the
comp_69
record component
-