java.lang.Object
com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
com.pixelmonmod.pixelmon.battles.controller.log.action.type.PlayerCommandAction

public class PlayerCommandAction extends BattleAction
  • Field Details

    • player

      protected final net.minecraft.server.level.ServerPlayer player
    • command

      protected final String command
  • Constructor Details

    • PlayerCommandAction

      public PlayerCommandAction(int turn, net.minecraft.server.level.ServerPlayer player, String command)
  • Method Details