Record Class RuinedPortalStructure.Setup

java.lang.Object
java.lang.Record
net.minecraft.world.gen.structure.RuinedPortalStructure.Setup
Record Components:
placement -
airPocketProbability -
mossiness -
overgrown -
vines -
canBeCold -
replaceWithBlackstone -
weight -
Enclosing class:
RuinedPortalStructure

public static record RuinedPortalStructure.Setup(RuinedPortalStructurePiece.VerticalPlacement placement, float airPocketProbability, float mossiness, boolean overgrown, boolean vines, boolean canBeCold, boolean replaceWithBlackstone, float weight) extends Record
Mappings:
Namespace Name
named net/minecraft/world/gen/structure/RuinedPortalStructure$Setup
intermediary net/minecraft/class_5183$class_7155
official ela$a
named placement
intermediary comp_576
official b
named airPocketProbability
intermediary comp_577
official c
named mossiness
intermediary comp_578
official d
named overgrown
intermediary comp_579
official e
named vines
intermediary comp_580
official f
named canBeCold
intermediary comp_581
official g
named replaceWithBlackstone
intermediary comp_582
official h
named weight
intermediary comp_583
official i
  • Field Details

    • placement

      The field for the placement record component.
    • airPocketProbability

      private final float airPocketProbability
      The field for the airPocketProbability record component.
    • mossiness

      private final float mossiness
      The field for the mossiness record component.
    • overgrown

      private final boolean overgrown
      The field for the overgrown record component.
    • vines

      private final boolean vines
      The field for the vines record component.
    • canBeCold

      private final boolean canBeCold
      The field for the canBeCold record component.
    • replaceWithBlackstone

      private final boolean replaceWithBlackstone
      The field for the replaceWithBlackstone record component.
    • weight

      private final float weight
      The field for the weight record component.
    • CODEC

      public static final com.mojang.serialization.Codec<RuinedPortalStructure.Setup> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/gen/structure/RuinedPortalStructure$Setup;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_37814 Lnet/minecraft/class_5183$class_7155;field_37814:Lcom/mojang/serialization/Codec;
      official a Lela$a;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • toString

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

      public final boolean equals(Object object)
      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.
    • placement

      Returns the value of the placement record component.
      Returns:
      the value of the placement record component
    • airPocketProbability

      public float airPocketProbability()
      Returns the value of the airPocketProbability record component.
      Returns:
      the value of the airPocketProbability record component
    • mossiness

      public float mossiness()
      Returns the value of the mossiness record component.
      Returns:
      the value of the mossiness record component
    • overgrown

      public boolean overgrown()
      Returns the value of the overgrown record component.
      Returns:
      the value of the overgrown record component
    • vines

      public boolean vines()
      Returns the value of the vines record component.
      Returns:
      the value of the vines record component
    • canBeCold

      public boolean canBeCold()
      Returns the value of the canBeCold record component.
      Returns:
      the value of the canBeCold record component
    • replaceWithBlackstone

      public boolean replaceWithBlackstone()
      Returns the value of the replaceWithBlackstone record component.
      Returns:
      the value of the replaceWithBlackstone record component
    • weight

      public float weight()
      Returns the value of the weight record component.
      Returns:
      the value of the weight record component