Class WrapperPlayClientSetCommandMinecart

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientSetCommandMinecart

public class WrapperPlayClientSetCommandMinecart extends AbstractPacket
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
  • Constructor Details

    • WrapperPlayClientSetCommandMinecart

      public WrapperPlayClientSetCommandMinecart()
    • WrapperPlayClientSetCommandMinecart

      public WrapperPlayClientSetCommandMinecart(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getEntity

      public int getEntity()
      Retrieves the value of field 'entity'
      Returns:
      'entity'
    • setEntity

      public void setEntity(int value)
      Sets the value of field 'entity'
      Parameters:
      value - New value for field 'entity'
    • getCommand

      public String getCommand()
      Retrieves the value of field 'command'
      Returns:
      'command'
    • setCommand

      public void setCommand(String value)
      Sets the value of field 'command'
      Parameters:
      value - New value for field 'command'
    • getTrackOutput

      public boolean getTrackOutput()
      Retrieves the value of field 'trackOutput'
      Returns:
      'trackOutput'
    • setTrackOutput

      public void setTrackOutput(boolean value)
      Sets the value of field 'trackOutput'
      Parameters:
      value - New value for field 'trackOutput'