Skip to content

Sleeping pose #98

@iamgio

Description

@iamgio

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));

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions