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 dpm$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 Details

    • otherSet

      private final RegistryEntry<StructureSet> otherSet
      Deprecated.
      The field for the otherSet record component.
    • chunkCount

      private final int chunkCount
      Deprecated.
      The field for the chunkCount record component.
    • CODEC

      public static final com.mojang.serialization.Codec<StructurePlacement.ExclusionZone> CODEC
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Ldpm$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

  • Method Details

    • shouldExclude

      boolean shouldExclude(StructurePlacementCalculator calculator, int centerChunkX, int centerChunkZ)
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Ldpm$a;a(Ldar;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

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • otherSet

      public RegistryEntry<StructureSet> otherSet()
      Deprecated.
      Returns the value of the otherSet record component.
      Returns:
      the value of the otherSet record component
    • chunkCount

      public int chunkCount()
      Deprecated.
      Returns the value of the chunkCount record component.
      Returns:
      the value of the chunkCount record component