public static void sendEEPUpdatePacketToPlayer(Entity entity, String capabilityKey, EnumFacing facing, String context, SimpleNetworkWrapper network, EntityPlayer player, Object... params)
{
if (!(player instanceof EntityPlayerMP))
throw new UnsupportedOperationException();
network.sendTo(PacketEntityCapabilityData.packetEntityData(entity, capabilityKey, facing, context, params), (EntityPlayerMP) player);
}
IvNetworkHelperServer.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:IvToolkit
作者:
评论列表
文章目录