Class PixelmonGameRules

java.lang.Object
com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules

public class PixelmonGameRules extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.IntegerValue>
     
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue>
     
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue>
     
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue>
     
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue>
     
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue>
     
    static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PARTY_FAINT_RESPAWN

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue> PARTY_FAINT_RESPAWN
    • SPAWNING

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue> SPAWNING
    • RULE_MOVE_DURING_ALL_BATTLES

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue> RULE_MOVE_DURING_ALL_BATTLES
    • RULE_MOVE_DURING_WILD_BATTLES

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue> RULE_MOVE_DURING_WILD_BATTLES
    • RULE_MOVE_DURING_PVP_BATTLES

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue> RULE_MOVE_DURING_PVP_BATTLES
    • RULE_CHANGE_BATTLE_PERSPECTIVE

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.BooleanValue> RULE_CHANGE_BATTLE_PERSPECTIVE
    • BATTLE_TICK_RATE

      public static final net.minecraft.world.level.GameRules.Key<net.minecraft.world.level.GameRules.IntegerValue> BATTLE_TICK_RATE
  • Constructor Details

    • PixelmonGameRules

      public PixelmonGameRules()
  • Method Details

    • init

      public static void init()