Class WrapperPlayClientSetCommandMinecart
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientSetCommandMinecart
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientSetCommandMinecart
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the value of field 'command'int
Retrieves the value of field 'entity'boolean
Retrieves the value of field 'trackOutput'void
setCommand
(String value) Sets the value of field 'command'void
setEntity
(int value) Sets the value of field 'entity'void
setTrackOutput
(boolean value) Sets the value of field 'trackOutput'Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
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
Retrieves the value of field 'command'- Returns:
- 'command'
-
setCommand
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'
-