Record Class MangroveRootPlacement

java.lang.Object
java.lang.Record
net.minecraft.world.gen.root.MangroveRootPlacement
Record Components:
canGrowThrough -
muddyRootsIn -
muddyRootsProvider -
maxRootWidth -
maxRootLength -
randomSkewChance -

public record MangroveRootPlacement(RegistryEntryList<Block> canGrowThrough, RegistryEntryList<Block> muddyRootsIn, BlockStateProvider muddyRootsProvider, int maxRootWidth, int maxRootLength, float randomSkewChance) extends Record
Mappings:
Namespace Name
official dle
intermediary net/minecraft/class_7399
named net/minecraft/world/gen/root/MangroveRootPlacement
official b
intermediary comp_719
named canGrowThrough
official c
intermediary comp_720
named muddyRootsIn
official d
intermediary comp_721
named muddyRootsProvider
official e
intermediary comp_722
named maxRootWidth
official f
intermediary comp_723
named maxRootLength
official g
intermediary comp_724
named randomSkewChance
  • Field Details

    • canGrowThrough

      private final RegistryEntryList<Block> canGrowThrough
      The field for the canGrowThrough record component.
    • muddyRootsIn

      private final RegistryEntryList<Block> muddyRootsIn
      The field for the muddyRootsIn record component.
    • muddyRootsProvider

      private final BlockStateProvider muddyRootsProvider
      The field for the muddyRootsProvider record component.
    • maxRootWidth

      private final int maxRootWidth
      The field for the maxRootWidth record component.
    • maxRootLength

      private final int maxRootLength
      The field for the maxRootLength record component.
    • randomSkewChance

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

      public static final com.mojang.serialization.Codec<MangroveRootPlacement> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldle;a:Lcom/mojang/serialization/Codec;
      intermediary field_38866 Lnet/minecraft/class_7399;field_38866:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/root/MangroveRootPlacement;CODEC: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.
    • canGrowThrough

      public RegistryEntryList<Block> canGrowThrough()
      Returns the value of the canGrowThrough record component.
      Returns:
      the value of the canGrowThrough record component
    • muddyRootsIn

      public RegistryEntryList<Block> muddyRootsIn()
      Returns the value of the muddyRootsIn record component.
      Returns:
      the value of the muddyRootsIn record component
    • muddyRootsProvider

      public BlockStateProvider muddyRootsProvider()
      Returns the value of the muddyRootsProvider record component.
      Returns:
      the value of the muddyRootsProvider record component
    • maxRootWidth

      public int maxRootWidth()
      Returns the value of the maxRootWidth record component.
      Returns:
      the value of the maxRootWidth record component
    • maxRootLength

      public int maxRootLength()
      Returns the value of the maxRootLength record component.
      Returns:
      the value of the maxRootLength record component
    • randomSkewChance

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