-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello, it would be awesome to have the "sleeping" pose implemented into the API:
Method setPose = Entity.class.getDeclaredMethod("setPose", EntityPose.class);
setPose.setAccessible(true);
setPose.invoke(npc, EntityPose.SLEEPING);
connection.sendPacket(new PacketPlayOutEntityMetadata(npc.getId(), npc.getDataWatcher(), false));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request