Record Class StructurePlacement.class_7152
java.lang.Object
java.lang.Record
net.minecraft.world.gen.chunk.placement.StructurePlacement.class_7152
- Record Components:
otherSet-chunkCount-
- Enclosing class:
StructurePlacement
@Deprecated
public static record StructurePlacement.class_7152(RegistryEntry<StructureSet> otherSet, int chunkCount)
extends Record
Deprecated.
- Mappings:
Namespace Name official dgs$aintermediary net/minecraft/class_6874$class_7152named net/minecraft/world/gen/chunk/placement/StructurePlacement$class_7152official bintermediary comp_574named otherSetofficial cintermediary comp_575named chunkCount
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intDeprecated.The field for thechunkCountrecord component.static final com.mojang.serialization.Codec<StructurePlacement.class_7152>Deprecated.private final RegistryEntry<StructureSet>Deprecated.The field for theotherSetrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Returns the value of thechunkCountrecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.(package private) booleanmethod_41648(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) Deprecated.otherSet()Deprecated.Returns the value of theotherSetrecord component.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Field Details
-
otherSet
Deprecated.The field for theotherSetrecord component. -
chunkCount
private final int chunkCountDeprecated.The field for thechunkCountrecord component. -
field_37781
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdgs$a;a:Lcom/mojang/serialization/Codec;intermediary field_37781Lnet/minecraft/class_6874$class_7152;field_37781:Lcom/mojang/serialization/Codec;named field_37781Lnet/minecraft/world/gen/chunk/placement/StructurePlacement$class_7152;field_37781:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_7152
Deprecated.
-
-
Method Details
-
method_41648
boolean method_41648(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) Deprecated.- Mappings:
Namespace Name Mixin selector official aLdgs$a;a(Lcsi;Lcwf;JII)Zintermediary method_41648Lnet/minecraft/class_6874$class_7152;method_41648(Lnet/minecraft/class_2794;Lnet/minecraft/class_7138;JII)Znamed method_41648Lnet/minecraft/world/gen/chunk/placement/StructurePlacement$class_7152;method_41648(Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/class_7138;JII)Z
-
toString
Deprecated.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()Deprecated.Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Deprecated.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 '=='. -
otherSet
Deprecated.Returns the value of theotherSetrecord component.- Returns:
- the value of the
otherSetrecord component
-
chunkCount
public int chunkCount()Deprecated.Returns the value of thechunkCountrecord component.- Returns:
- the value of the
chunkCountrecord component
-