#PacketPlayOutPlayerInfo

1 messages · Page 1 of 1 (latest)

elder inlet
#

Cannot resolve symbol 'PacketPlayOutPlayerInfo'

I am trying to use EntityPlayer, PlayerInteractManager and PacketPlayOutPlayerInfo. It is suppose to be built into Bucket right? then why cant I import anything to make them work?

#

EntityPlayer player = new EntityPlayer(server, world, profile, new PlayerInteractManager(world)); PacketPlayOutPlayerInfo packet = new PacketPlayOutPlayerInfo(EnumPlayerInfoAction.ADD_PLAYER, player);