Class EntityPoseChangeEvent

    • Constructor Detail

      • EntityPoseChangeEvent

        public EntityPoseChangeEvent​(@NotNull
                                     @NotNull Entity who,
                                     @NotNull
                                     @NotNull Pose pose)
    • Method Detail

      • getPose

        @NotNull
        public @NotNull Pose getPose()
        Gets the entity's new pose.
        Returns:
        the new pose
      • getHandlerList

        @NotNull
        public static @NotNull HandlerList getHandlerList()