Search in sources :

Example 1 with PacketPlayOutAnimation

use of net.minecraft.server.v1_10_R1.PacketPlayOutAnimation in project Citizens2 by CitizensDev.

the class PlayerAnimationImpl method playDefaultAnimation.

protected static void playDefaultAnimation(EntityPlayer player, int radius, int code) {
    PacketPlayOutAnimation packet = new PacketPlayOutAnimation(player, code);
    sendPacketNearby(packet, player, radius);
}
Also used : PacketPlayOutAnimation(net.minecraft.server.v1_10_R1.PacketPlayOutAnimation)

Example 2 with PacketPlayOutAnimation

use of net.minecraft.server.v1_10_R1.PacketPlayOutAnimation in project Citizens2 by CitizensDev.

the class PlayerAnimationImpl method playDefaultAnimation.

protected static void playDefaultAnimation(EntityPlayer player, int radius, int code) {
    PacketPlayOutAnimation packet = new PacketPlayOutAnimation(player, code);
    sendPacketNearby(packet, player, radius);
}
Also used : PacketPlayOutAnimation(net.minecraft.server.v1_8_R3.PacketPlayOutAnimation)

Example 3 with PacketPlayOutAnimation

use of net.minecraft.server.v1_10_R1.PacketPlayOutAnimation in project Citizens2 by CitizensDev.

the class PlayerAnimationImpl method playDefaultAnimation.

protected static void playDefaultAnimation(EntityPlayer player, int radius, int code) {
    PacketPlayOutAnimation packet = new PacketPlayOutAnimation(player, code);
    sendPacketNearby(packet, player, radius);
}
Also used : PacketPlayOutAnimation(net.minecraft.server.v1_12_R1.PacketPlayOutAnimation)

Example 4 with PacketPlayOutAnimation

use of net.minecraft.server.v1_10_R1.PacketPlayOutAnimation in project Citizens2 by CitizensDev.

the class PlayerAnimationImpl method playDefaultAnimation.

protected static void playDefaultAnimation(EntityPlayer player, int radius, int code) {
    PacketPlayOutAnimation packet = new PacketPlayOutAnimation(player, code);
    sendPacketNearby(packet, player, radius);
}
Also used : PacketPlayOutAnimation(net.minecraft.server.v1_11_R1.PacketPlayOutAnimation)

Aggregations

PacketPlayOutAnimation (net.minecraft.server.v1_10_R1.PacketPlayOutAnimation)1 PacketPlayOutAnimation (net.minecraft.server.v1_11_R1.PacketPlayOutAnimation)1 PacketPlayOutAnimation (net.minecraft.server.v1_12_R1.PacketPlayOutAnimation)1 PacketPlayOutAnimation (net.minecraft.server.v1_8_R3.PacketPlayOutAnimation)1