Class DuelLogIntParameters

java.lang.Object
com.pixelmonmod.tcg.duel.log.parameters.DuelLogParameters
com.pixelmonmod.tcg.duel.log.parameters.DuelLogIntParameters

public class DuelLogIntParameters extends DuelLogParameters
Created by Hy on 8/13/2016.
  • Constructor Details

    • DuelLogIntParameters

      public DuelLogIntParameters(int number)
    • DuelLogIntParameters

      public DuelLogIntParameters(net.minecraft.network.FriendlyByteBuf buf)
  • Method Details

    • write

      public void write(net.minecraft.network.FriendlyByteBuf buf, GamePhase gamePhase, int itemPlayerIndex, int receiverIndex, boolean isMyTurn)
      Description copied from class: DuelLogParameters
      Write parameters into the buffer
      Specified by:
      write in class DuelLogParameters
      Parameters:
      buf - Byte buffer
      gamePhase - Current game phase
      itemPlayerIndex - The player index of the item
      receiverIndex - The player index of the receiver
      isMyTurn - Is receiver's turn
    • getNumber

      public int getNumber()