Stránka 1 z 1

Tvorba pluginu - prerabanie

Napsal: 20 led 2015, 18:16
od andrej4045
Server: 93.91.250.136:27154
Spoiler: zobrazit

Kód: Vybrat vše

@Override
            public void run() {
                PacketPlayInClientCommand in = new PacketPlayInClientCommand(
                        EnumClientCommand.PERFORM_RESPAWN);
                EntityPlayer cPlayer = ((CraftPlayer) p).getHandle();
                cPlayer.playerConnection.a(in);

Pomoze mi s týmto nekdo, dávam jeden plugin na verziu 1.8 a pise mi to chybu pri : PacketPlayInClientCommand
EnumClientCommand.PERFORM_RESPAWN);
EntityPlayer cPlayer = ((CraftPlayer) p).getHandle();
pomože nekdo ze čím to mam nahradit ?

Re: Tvorba pluginu - prerabanie

Napsal: 20 led 2015, 19:21
od DenOwq
Máš dobře importované importy na 1.8?

Re: Tvorba pluginu - prerabanie

Napsal: 20 led 2015, 19:58
od Mike8748
nebylo by od věci napsat jakou chybu to píše