Jump to content

Dries Gouwkens

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Dries Gouwkens's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. The last post here was very long ago, but if I may ask: how do I get these parameters from the event?
  2. For anyone ever finding this post again and having the same problem: the LivingEntity class has a method "serializeNBT()" that you can use to save it to nbt as such: nbt.put("name", livingEntity.serializeNBT()) with "name" the name you want to save it under and "livingEntity" as the name of the object you want to save. Idk how to load it though, and another question I have is that when I load the entity form nbt, is it still a reference to the entity in the world (so that if I use a kill or hurt function on it will the entity in the world that is saved also get hurt?)?
  3. I have tried using the UUID of the LivingEntity but I don't know how to find a mob using it's UUID, so this inevitably failed.
×
×
  • Create New...

Important Information

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