Record Class MobSpawnerEntry.CustomSpawnRules

java.lang.Object
java.lang.Record
net.minecraft.world.MobSpawnerEntry.CustomSpawnRules
Record Components:
blockLightLimit -
skyLightLimit -
Enclosing class:
MobSpawnerEntry

public static record MobSpawnerEntry.CustomSpawnRules(Range<Integer> blockLightLimit, Range<Integer> skyLightLimit) extends Record
Mappings:
Namespace Name
official ckm$a
intermediary net/minecraft/class_1952$class_6542
named net/minecraft/world/MobSpawnerEntry$CustomSpawnRules
official b
intermediary comp_66
named blockLightLimit
official c
intermediary comp_67
named skyLightLimit
  • Field Details

    • blockLightLimit

      private final Range<Integer> blockLightLimit
      The field for the blockLightLimit record component.
    • skyLightLimit

      private final Range<Integer> skyLightLimit
      The field for the skyLightLimit record component.
    • DEFAULT

      private static final Range<Integer> DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official d Lckm$a;d:Lanv;
      intermediary field_34463 Lnet/minecraft/class_1952$class_6542;field_34463:Lnet/minecraft/class_6497;
      named DEFAULT Lnet/minecraft/world/MobSpawnerEntry$CustomSpawnRules;DEFAULT:Lnet/minecraft/util/dynamic/Range;
    • CODEC

      public static final com.mojang.serialization.Codec<MobSpawnerEntry.CustomSpawnRules> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lckm$a;a:Lcom/mojang/serialization/Codec;
      intermediary field_34462 Lnet/minecraft/class_1952$class_6542;field_34462:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/MobSpawnerEntry$CustomSpawnRules;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • validate

      private static com.mojang.serialization.DataResult<Range<Integer>> validate(Range<Integer> provider)
      Mappings:
      Namespace Name Mixin selector
      official a Lckm$a;a(Lanv;)Lcom/mojang/serialization/DataResult;
      intermediary method_38099 Lnet/minecraft/class_1952$class_6542;method_38099(Lnet/minecraft/class_6497;)Lcom/mojang/serialization/DataResult;
      named validate Lnet/minecraft/world/MobSpawnerEntry$CustomSpawnRules;validate(Lnet/minecraft/util/dynamic/Range;)Lcom/mojang/serialization/DataResult;
    • 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 o)
      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. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • blockLightLimit

      public Range<Integer> blockLightLimit()
      Returns the value of the blockLightLimit record component.
      Returns:
      the value of the blockLightLimit record component
    • skyLightLimit

      public Range<Integer> skyLightLimit()
      Returns the value of the skyLightLimit record component.
      Returns:
      the value of the skyLightLimit record component