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$aintermediary net/minecraft/class_6622$class_6623named net/minecraft/class_6622$class_6623official aintermediary comp_124named comp_124official bintermediary comp_125named comp_125official cintermediary comp_126named comp_126official dintermediary comp_127named comp_127official eintermediary comp_128named comp_128official fintermediary comp_129named comp_129official gintermediary comp_130named comp_130official hintermediary comp_131named comp_131
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DynamicRegistryManagerThe field for thecomp_124record component.private final ChunkGeneratorThe field for thecomp_125record component.private final StructureManagerThe field for thecomp_126record component.private final ChunkPosThe field for thecomp_127record component.The field for thecomp_128record component.private final HeightLimitViewThe field for thecomp_129record component.private final ChunkRandomThe field for thecomp_130record component.private final longThe field for thecomp_131record 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_124record component.comp_125()Returns the value of thecomp_125record component.comp_126()Returns the value of thecomp_126record component.comp_127()Returns the value of thecomp_127record component.comp_128()Returns the value of thecomp_128record component.comp_129()Returns the value of thecomp_129record component.comp_130()Returns the value of thecomp_130record component.longcomp_131()Returns the value of thecomp_131record component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intmethod_38705(int int2, int int3) int[]method_38706(int int2, int int3, int int4, int int5) booleanmethod_38707(Heightmap.Type type) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
comp_124
The field for thecomp_124record component. -
comp_125
The field for thecomp_125record component. -
comp_126
The field for thecomp_126record component. -
comp_127
The field for thecomp_127record component. -
comp_128
The field for thecomp_128record component. -
comp_129
The field for thecomp_129record component. -
comp_130
The field for thecomp_130record component. -
comp_131
private final long comp_131The field for thecomp_131record 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 aLddz$a;a(Lcro$a;)Zintermediary method_38707Lnet/minecraft/class_6622$class_6623;method_38707(Lnet/minecraft/class_2902$class_2903;)Znamed method_38707Lnet/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 aLddz$a;a(II)Iintermediary method_38705Lnet/minecraft/class_6622$class_6623;method_38705(II)Inamed method_38705Lnet/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 aLddz$a;a(IIII)[Iintermediary method_38706Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[Inamed method_38706Lnet/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_124record component.- Returns:
- the value of the
comp_124record component
-
comp_125
Returns the value of thecomp_125record component.- Returns:
- the value of the
comp_125record component
-
comp_126
Returns the value of thecomp_126record component.- Returns:
- the value of the
comp_126record component
-
comp_127
Returns the value of thecomp_127record component.- Returns:
- the value of the
comp_127record component
-
comp_128
Returns the value of thecomp_128record component.- Returns:
- the value of the
comp_128record component
-
comp_129
Returns the value of thecomp_129record component.- Returns:
- the value of the
comp_129record component
-
comp_130
Returns the value of thecomp_130record component.- Returns:
- the value of the
comp_130record component
-
comp_131
public long comp_131()Returns the value of thecomp_131record component.- Returns:
- the value of the
comp_131record component
-