Package net.minecraft
Record Class class_6622.class_6623
java.lang.Object
java.lang.Record
net.minecraft.class_6622.class_6623
- Record Components:
comp_124
-comp_125
-comp_126
-comp_127
-comp_128
-comp_129
-comp_130
-comp_131
-
- Enclosing interface:
- class_6622<C extends FeatureConfig>
public static record class_6622.class_6623(DynamicRegistryManager comp_124, ChunkGenerator comp_125, StructureManager comp_126, ChunkPos comp_127, Predicate<Biome> comp_128, HeightLimitView comp_129, ChunkRandom comp_130, long comp_131)
extends Record
- Mappings:
Namespace Name official ddz$a
intermediary net/minecraft/class_6622$class_6623
named net/minecraft/class_6622$class_6623
official a
intermediary comp_124
named comp_124
official b
intermediary comp_125
named comp_125
official c
intermediary comp_126
named comp_126
official d
intermediary comp_127
named comp_127
official e
intermediary comp_128
named comp_128
official f
intermediary comp_129
named comp_129
official g
intermediary comp_130
named comp_130
official h
intermediary comp_131
named comp_131
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
The field for thecomp_124
record component.private final ChunkGenerator
The field for thecomp_125
record component.private final StructureManager
The field for thecomp_126
record component.private final ChunkPos
The field for thecomp_127
record component.The field for thecomp_128
record component.private final HeightLimitView
The field for thecomp_129
record component.private final ChunkRandom
The field for thecomp_130
record component.private final long
The field for thecomp_131
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_6623
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Method Summary
Modifier and TypeMethodDescriptioncomp_124()
Returns the value of thecomp_124
record component.comp_125()
Returns the value of thecomp_125
record component.comp_126()
Returns the value of thecomp_126
record component.comp_127()
Returns the value of thecomp_127
record component.comp_128()
Returns the value of thecomp_128
record component.comp_129()
Returns the value of thecomp_129
record component.comp_130()
Returns the value of thecomp_130
record component.long
comp_131()
Returns the value of thecomp_131
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.int
method_38705
(int int2, int int3) int[]
method_38706
(int int2, int int3, int int4, int int5) boolean
method_38707
(Heightmap.Type type) final String
toString()
Returns a string representation of this record class.
-
Field Details
-
comp_124
The field for thecomp_124
record component. -
comp_125
The field for thecomp_125
record component. -
comp_126
The field for thecomp_126
record component. -
comp_127
The field for thecomp_127
record component. -
comp_128
The field for thecomp_128
record component. -
comp_129
The field for thecomp_129
record component. -
comp_130
The field for thecomp_130
record component. -
comp_131
private final long comp_131The field for thecomp_131
record component.
-
-
Constructor Details
-
class_6623
public class_6623(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2)
-
-
Method Details
-
method_38707
- Mappings:
Namespace Name Mixin selector official a
Lddz$a;a(Lcro$a;)Z
intermediary method_38707
Lnet/minecraft/class_6622$class_6623;method_38707(Lnet/minecraft/class_2902$class_2903;)Z
named method_38707
Lnet/minecraft/class_6622$class_6623;method_38707(Lnet/minecraft/world/Heightmap$Type;)Z
-
method_38705
public int method_38705(int int2, int int3) - Mappings:
Namespace Name Mixin selector official a
Lddz$a;a(II)I
intermediary method_38705
Lnet/minecraft/class_6622$class_6623;method_38705(II)I
named method_38705
Lnet/minecraft/class_6622$class_6623;method_38705(II)I
-
method_38706
public int[] method_38706(int int2, int int3, int int4, int int5) - Mappings:
Namespace Name Mixin selector official a
Lddz$a;a(IIII)[I
intermediary method_38706
Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[I
named method_38706
Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[I
-
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_124
Returns the value of thecomp_124
record component.- Returns:
- the value of the
comp_124
record component
-
comp_125
Returns the value of thecomp_125
record component.- Returns:
- the value of the
comp_125
record component
-
comp_126
Returns the value of thecomp_126
record component.- Returns:
- the value of the
comp_126
record component
-
comp_127
Returns the value of thecomp_127
record component.- Returns:
- the value of the
comp_127
record component
-
comp_128
Returns the value of thecomp_128
record component.- Returns:
- the value of the
comp_128
record component
-
comp_129
Returns the value of thecomp_129
record component.- Returns:
- the value of the
comp_129
record component
-
comp_130
Returns the value of thecomp_130
record component.- Returns:
- the value of the
comp_130
record component
-
comp_131
public long comp_131()Returns the value of thecomp_131
record component.- Returns:
- the value of the
comp_131
record component
-