Record Class StructurePlacement.ExclusionZone
java.lang.Object
java.lang.Record
net.minecraft.world.gen.chunk.placement.StructurePlacement.ExclusionZone
- Record Components:
otherSet
-chunkCount
-
- Enclosing class:
StructurePlacement
@Deprecated
public static record StructurePlacement.ExclusionZone(RegistryEntry<StructureSet> otherSet, int chunkCount)
extends Record
Deprecated.
- Mappings:
Namespace Name official dsx$a
intermediary net/minecraft/class_6874$class_7152
named net/minecraft/world/gen/chunk/placement/StructurePlacement$ExclusionZone
official b
intermediary comp_574
named otherSet
official c
intermediary comp_575
named chunkCount
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
Deprecated.The field for thechunkCount
record component.static final com.mojang.serialization.Codec<StructurePlacement.ExclusionZone>
Deprecated.private final RegistryEntry<StructureSet>
Deprecated.The field for theotherSet
record component. -
Constructor Summary
ConstructorDescriptionExclusionZone
(RegistryEntry<StructureSet> registryEntry, int int2) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Returns the value of thechunkCount
record component.final boolean
Deprecated.Indicates whether some other object is "equal to" this one.final int
hashCode()
Deprecated.Returns a hash code value for this object.otherSet()
Deprecated.Returns the value of theotherSet
record component.(package private) boolean
shouldExclude
(StructurePlacementCalculator calculator, int centerChunkX, int centerChunkZ) Deprecated.final String
toString()
Deprecated.Returns a string representation of this record class.
-
Field Details
-
otherSet
Deprecated.The field for theotherSet
record component. -
chunkCount
private final int chunkCountDeprecated.The field for thechunkCount
record component. -
CODEC
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldsx$a;a:Lcom/mojang/serialization/Codec;
intermediary field_37781
Lnet/minecraft/class_6874$class_7152;field_37781:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/chunk/placement/StructurePlacement$ExclusionZone;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
ExclusionZone
Deprecated.
-
-
Method Details
-
shouldExclude
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldsx$a;a(Lddz;II)Z
intermediary method_41648
Lnet/minecraft/class_6874$class_7152;method_41648(Lnet/minecraft/class_7869;II)Z
named shouldExclude
Lnet/minecraft/world/gen/chunk/placement/StructurePlacement$ExclusionZone;shouldExclude(Lnet/minecraft/world/gen/chunk/placement/StructurePlacementCalculator;II)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 theotherSet
record component.- Returns:
- the value of the
otherSet
record component
-
chunkCount
public int chunkCount()Deprecated.Returns the value of thechunkCount
record component.- Returns:
- the value of the
chunkCount
record component
-