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 SummaryFieldsModifier and TypeFieldDescriptionprivate final intDeprecated.The field for thechunkCountrecord component.static final com.mojang.serialization.Codec<StructurePlacement.ExclusionZone>Deprecated.private final RegistryEntry<StructureSet>Deprecated.The field for theotherSetrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionExclusionZone(RegistryEntry<StructureSet> registryEntry, int int2) Deprecated.
- 
Method SummaryModifier 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.otherSet()Deprecated.Returns the value of theotherSetrecord component.(package private) booleanshouldExclude(StructurePlacementCalculator calculator, int centerChunkX, int centerChunkZ) Deprecated.final StringtoString()Deprecated.Returns a string representation of this record class.
- 
Field Details- 
otherSetDeprecated.The field for theotherSetrecord component.
- 
chunkCountprivate final int chunkCountDeprecated.The field for thechunkCountrecord component.
- 
CODECDeprecated.- 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- 
ExclusionZoneDeprecated.
 
- 
- 
Method Details- 
shouldExcludeDeprecated.- 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
 
- 
toStringDeprecated.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.
- 
hashCodepublic 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.
- 
equalsDeprecated.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 '=='.
- 
otherSetDeprecated.Returns the value of theotherSetrecord component.- Returns:
- the value of the otherSetrecord component
 
- 
chunkCountpublic int chunkCount()Deprecated.Returns the value of thechunkCountrecord component.- Returns:
- the value of the chunkCountrecord component
 
 
-