Jump to content

Geheim._.

Members
  • Posts

    1
  • Joined

  • Last visited

Geheim._.'s Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hey, how can I set a teleport location when I press a key? I created two keys, one should save the coords and the other one is for teleporting. But I dont know how to save the coords and put the saved coords into the teleport key. @SubscribeEvent public void onKeyPressed(KeyInputEvent event) { //Jutsu Categorie One EntityPlayer player = Minecraft.getMinecraft().thePlayer; if (ShinobiPath.jutsu_one.isPressed()) { player.setPositionAndUpdate(/* saved coords */); } if (ShinobiPath.jutsu_two.isPressed()) { /* save coords */ }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.