|
static void | addIdClassMapping (int par0, boolean par1, boolean par2, Class par3Class) |
|
static Packet | getNewPacket (ILogAgent par0ILogAgent, int par1) |
|
static void | writeByteArray (DataOutputStream par0DataOutputStream, byte[] par1ArrayOfByte) throws IOException |
|
static byte[] | readBytesFromStream (DataInputStream par0DataInputStream) throws IOException |
|
static Packet | readPacket (ILogAgent par0ILogAgent, DataInputStream par1DataInputStream, boolean par2, Socket par3Socket) throws IOException |
|
static void | writePacket (Packet par0Packet, DataOutputStream par1DataOutputStream) throws IOException |
|
static void | writeString (String par0Str, DataOutputStream par1DataOutputStream) throws IOException |
|
static String | readString (DataInputStream par0DataInputStream, int par1) throws IOException |
|
static ItemStack | readItemStack (DataInputStream par0DataInputStream) throws IOException |
|
static void | writeItemStack (ItemStack par0ItemStack, DataOutputStream par1DataOutputStream) throws IOException |
|
static NBTTagCompound | readNBTTagCompound (DataInputStream par0DataInputStream) throws IOException |
|
static IntHashMap | packetIdToClassMap = new IntHashMap() |
|
static long | receivedID |
|
static long | receivedSize |
|
static long | sentID |
|
static long | sentSize |
|
static void | writeNBTTagCompound (NBTTagCompound par0NBTTagCompound, DataOutputStream par1DataOutputStream) throws IOException |
|
ILogAgent | field_98193_m |
|
net.minecraft.network.packet.Packet23VehicleSpawn.Packet23VehicleSpawn |
( |
) | |
|
net.minecraft.network.packet.Packet23VehicleSpawn.Packet23VehicleSpawn |
( |
Entity |
par1Entity, |
|
|
int |
par2 |
|
) |
| |
net.minecraft.network.packet.Packet23VehicleSpawn.Packet23VehicleSpawn |
( |
Entity |
par1Entity, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
int net.minecraft.network.packet.Packet23VehicleSpawn.getPacketSize |
( |
) | |
|
|
virtual |
void net.minecraft.network.packet.Packet23VehicleSpawn.processPacket |
( |
NetHandler |
par1NetHandler) | |
|
|
virtual |
void net.minecraft.network.packet.Packet23VehicleSpawn.readPacketData |
( |
DataInputStream |
par1DataInputStream) | |
throws IOException |
|
virtual |
void net.minecraft.network.packet.Packet23VehicleSpawn.writePacketData |
( |
DataOutputStream |
par1DataOutputStream) | |
throws IOException |
|
virtual |
int net.minecraft.network.packet.Packet23VehicleSpawn.entityId |
int net.minecraft.network.packet.Packet23VehicleSpawn.pitch |
The pitch in steps of 2p/256
int net.minecraft.network.packet.Packet23VehicleSpawn.speedX |
Not sent if the thrower entity ID is 0. The speed of this fireball along the X axis.
int net.minecraft.network.packet.Packet23VehicleSpawn.speedY |
Not sent if the thrower entity ID is 0. The speed of this fireball along the Y axis.
int net.minecraft.network.packet.Packet23VehicleSpawn.speedZ |
Not sent if the thrower entity ID is 0. The speed of this fireball along the Z axis.
int net.minecraft.network.packet.Packet23VehicleSpawn.throwerEntityId |
0 if not a fireball. Otherwise, this is the Entity ID of the thrower.
int net.minecraft.network.packet.Packet23VehicleSpawn.type |
int net.minecraft.network.packet.Packet23VehicleSpawn.xPosition |
The X position of the object.
int net.minecraft.network.packet.Packet23VehicleSpawn.yaw |
The yaw in steps of 2p/256
int net.minecraft.network.packet.Packet23VehicleSpawn.yPosition |
The Y position of the object.
int net.minecraft.network.packet.Packet23VehicleSpawn.zPosition |
The Z position of the object.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/network/packet/Packet23VehicleSpawn.java