hytopia 0.1.27 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. package/bin/scripts.js +1 -0
  2. package/docs/server.basecharactercontroller.md +5 -5
  3. package/docs/server.basecharactercontroller.ontick.md +13 -0
  4. package/docs/server.basecharactercontroller.tick.md +53 -0
  5. package/docs/server.blocktype.md +2 -2
  6. package/docs/server.blocktype.onentitycollision.md +1 -1
  7. package/docs/server.blocktype.onentitycontactforce.md +1 -1
  8. package/docs/server.defaultcharactercontroller.canjump.md +1 -1
  9. package/docs/server.defaultcharactercontroller.canrun.md +1 -1
  10. package/docs/server.defaultcharactercontroller.canwalk.md +1 -1
  11. package/docs/server.defaultcharactercontroller.md +3 -17
  12. package/docs/server.entity.createcustomcharactercontroller.md +2 -2
  13. package/docs/server.entity.md +9 -9
  14. package/docs/server.entity.onblockcollision.md +1 -1
  15. package/docs/server.entity.onblockcontactforce.md +1 -1
  16. package/docs/server.entity.ondespawn.md +1 -1
  17. package/docs/server.entity.onentitycollision.md +1 -1
  18. package/docs/server.entity.onentitycontactforce.md +1 -1
  19. package/docs/server.entity.onspawn.md +1 -1
  20. package/docs/server.entity.ontick.md +1 -1
  21. package/docs/server.entityoptions.createcustomcharactercontroller.md +13 -0
  22. package/docs/server.entityoptions.md +19 -0
  23. package/docs/server.facecallback.md +15 -0
  24. package/docs/server.facecompletecallback.md +15 -0
  25. package/docs/server.faceoptions.md +18 -0
  26. package/docs/server.hytopia.basecharactercontroller.md +5 -5
  27. package/docs/server.hytopia.basecharactercontroller.ontick.md +13 -0
  28. package/docs/server.hytopia.basecharactercontroller.tick.md +53 -0
  29. package/docs/server.hytopia.blocktype.md +2 -2
  30. package/docs/server.hytopia.blocktype.onentitycollision.md +1 -1
  31. package/docs/server.hytopia.blocktype.onentitycontactforce.md +1 -1
  32. package/docs/server.hytopia.defaultcharactercontroller.canjump.md +1 -1
  33. package/docs/server.hytopia.defaultcharactercontroller.canrun.md +1 -1
  34. package/docs/server.hytopia.defaultcharactercontroller.canwalk.md +1 -1
  35. package/docs/server.hytopia.defaultcharactercontroller.md +3 -17
  36. package/docs/server.hytopia.entity.createcustomcharactercontroller.md +2 -2
  37. package/docs/server.hytopia.entity.md +9 -9
  38. package/docs/server.hytopia.entity.onblockcollision.md +1 -1
  39. package/docs/server.hytopia.entity.onblockcontactforce.md +1 -1
  40. package/docs/server.hytopia.entity.ondespawn.md +1 -1
  41. package/docs/server.hytopia.entity.onentitycollision.md +1 -1
  42. package/docs/server.hytopia.entity.onentitycontactforce.md +1 -1
  43. package/docs/server.hytopia.entity.onspawn.md +1 -1
  44. package/docs/server.hytopia.entity.ontick.md +1 -1
  45. package/docs/server.hytopia.entityoptions.createcustomcharactercontroller.md +13 -0
  46. package/docs/server.hytopia.entityoptions.md +19 -0
  47. package/docs/server.hytopia.facecallback.md +15 -0
  48. package/docs/server.hytopia.facecompletecallback.md +15 -0
  49. package/docs/server.hytopia.faceoptions.md +18 -0
  50. package/docs/server.hytopia.md +77 -0
  51. package/docs/server.hytopia.movecallback.md +15 -0
  52. package/docs/server.hytopia.movecompletecallback.md +15 -0
  53. package/docs/server.hytopia.moveoptions.md +23 -0
  54. package/docs/server.hytopia.simplecharactercontroller.face.md +89 -0
  55. package/docs/server.hytopia.simplecharactercontroller.md +88 -0
  56. package/docs/server.hytopia.simplecharactercontroller.move.md +89 -0
  57. package/docs/server.md +77 -0
  58. package/docs/server.movecallback.md +15 -0
  59. package/docs/server.movecompletecallback.md +15 -0
  60. package/docs/server.moveoptions.md +23 -0
  61. package/docs/server.simplecharactercontroller.face.md +89 -0
  62. package/docs/server.simplecharactercontroller.md +88 -0
  63. package/docs/server.simplecharactercontroller.move.md +89 -0
  64. package/examples/entity-spawn/index.ts +1 -1
  65. package/examples/payload-game/index.ts +46 -104
  66. package/package.json +1 -1
  67. package/server.api.json +1048 -264
  68. package/server.d.ts +191 -51
  69. package/server.js +57 -57
  70. package/tsconfig.json +4 -1
  71. package/docs/server.basecharactercontroller.ontickpathfindingmovement.md +0 -13
  72. package/docs/server.basecharactercontroller.tickpathfindingmovement.md +0 -69
  73. package/docs/server.defaultcharactercontroller.tickpathfindingmovement.md +0 -69
  74. package/docs/server.hytopia.basecharactercontroller.ontickpathfindingmovement.md +0 -13
  75. package/docs/server.hytopia.basecharactercontroller.tickpathfindingmovement.md +0 -69
  76. package/docs/server.hytopia.defaultcharactercontroller.tickpathfindingmovement.md +0 -69
  77. package/examples/character-controller/tsconfig.json +0 -27
  78. package/examples/entity-spawn/tsconfig.json +0 -27
  79. package/examples/payload-game/tsconfig.json +0 -27
@@ -0,0 +1,89 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [HYTOPIA](./server.hytopia.md) &gt; [SimpleCharacterController](./server.hytopia.simplecharactercontroller.md) &gt; [move](./server.hytopia.simplecharactercontroller.move.md)
4
+
5
+ ## HYTOPIA.SimpleCharacterController.move() method
6
+
7
+ Moves the entity at a given speed in a straight line to a target coordinate.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ move(target: Vector3, speed: number, options?: MoveOptions): void;
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ target
36
+
37
+
38
+ </td><td>
39
+
40
+ [Vector3](./server.vector3.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ The target coordinate to move to.
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ speed
52
+
53
+
54
+ </td><td>
55
+
56
+ number
57
+
58
+
59
+ </td><td>
60
+
61
+ The speed at which to move to the target coordinate.
62
+
63
+
64
+ </td></tr>
65
+ <tr><td>
66
+
67
+ options
68
+
69
+
70
+ </td><td>
71
+
72
+ [MoveOptions](./server.moveoptions.md)
73
+
74
+
75
+ </td><td>
76
+
77
+ _(Optional)_ Additional options for the move operation, such as callbacks.
78
+
79
+
80
+ </td></tr>
81
+ </tbody></table>
82
+ **Returns:**
83
+
84
+ void
85
+
86
+ ## Remarks
87
+
88
+ If this method is called while the entity is already attempting to move to another target, the previous target will be ignored and the entity will start attempting to move to the new target.
89
+
package/docs/server.md CHANGED
@@ -225,6 +225,17 @@ Manages all connected players in a game server.
225
225
  Represents a rigid body in a world's physics simulation.
226
226
 
227
227
 
228
+ </td></tr>
229
+ <tr><td>
230
+
231
+ [SimpleCharacterController](./server.simplecharactercontroller.md)
232
+
233
+
234
+ </td><td>
235
+
236
+ A simple character controller with basic movement functions.
237
+
238
+
228
239
  </td></tr>
229
240
  <tr><td>
230
241
 
@@ -845,6 +856,72 @@ A callback function for a chat command.
845
856
  A decoded set of collision groups represented as their string equivalents.
846
857
 
847
858
 
859
+ </td></tr>
860
+ <tr><td>
861
+
862
+ [FaceCallback](./server.facecallback.md)
863
+
864
+
865
+ </td><td>
866
+
867
+ A callback function called when the entity associated with the SimpleCharacterController updates its rotation as it is attempting to face a target coordinate.
868
+
869
+
870
+ </td></tr>
871
+ <tr><td>
872
+
873
+ [FaceCompleteCallback](./server.facecompletecallback.md)
874
+
875
+
876
+ </td><td>
877
+
878
+ A callback function called when the entity associated with the SimpleCharacterController finishes rotating and is now facing a target coordinate.
879
+
880
+
881
+ </td></tr>
882
+ <tr><td>
883
+
884
+ [FaceOptions](./server.faceoptions.md)
885
+
886
+
887
+ </td><td>
888
+
889
+ Options for the [SimpleCharacterController.face()](./server.simplecharactercontroller.face.md) method.
890
+
891
+
892
+ </td></tr>
893
+ <tr><td>
894
+
895
+ [MoveCallback](./server.movecallback.md)
896
+
897
+
898
+ </td><td>
899
+
900
+ A callback function called when the entity associated with the SimpleCharacterController updates its translation as it is attempting to move to a target coordinate.
901
+
902
+
903
+ </td></tr>
904
+ <tr><td>
905
+
906
+ [MoveCompleteCallback](./server.movecompletecallback.md)
907
+
908
+
909
+ </td><td>
910
+
911
+ A callback function called when the entity associated with the SimpleCharacterController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.
912
+
913
+
914
+ </td></tr>
915
+ <tr><td>
916
+
917
+ [MoveOptions](./server.moveoptions.md)
918
+
919
+
920
+ </td><td>
921
+
922
+ Options for the [SimpleCharacterController.move()](./server.simplecharactercontroller.move.md) method.
923
+
924
+
848
925
  </td></tr>
849
926
  <tr><td>
850
927
 
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [MoveCallback](./server.movecallback.md)
4
+
5
+ ## MoveCallback type
6
+
7
+ A callback function called when the entity associated with the SimpleCharacterController updates its translation as it is attempting to move to a target coordinate.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export type MoveCallback = (currentTranslation: Vector3, targetTranslation: Vector3) => void;
13
+ ```
14
+ **References:** [Vector3](./server.vector3.md)
15
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [MoveCompleteCallback](./server.movecompletecallback.md)
4
+
5
+ ## MoveCompleteCallback type
6
+
7
+ A callback function called when the entity associated with the SimpleCharacterController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export type MoveCompleteCallback = (endTranslation: Vector3) => void;
13
+ ```
14
+ **References:** [Vector3](./server.vector3.md)
15
+
@@ -0,0 +1,23 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [MoveOptions](./server.moveoptions.md)
4
+
5
+ ## MoveOptions type
6
+
7
+ Options for the [SimpleCharacterController.move()](./server.simplecharactercontroller.move.md) method.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export type MoveOptions = {
13
+ moveCallback?: MoveCallback;
14
+ moveCompleteCallback?: MoveCompleteCallback;
15
+ moveIgnoreAxes?: {
16
+ x?: boolean;
17
+ y?: boolean;
18
+ z?: boolean;
19
+ };
20
+ };
21
+ ```
22
+ **References:** [MoveCallback](./server.movecallback.md)<!-- -->, [MoveCompleteCallback](./server.movecompletecallback.md)
23
+
@@ -0,0 +1,89 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [SimpleCharacterController](./server.simplecharactercontroller.md) &gt; [face](./server.simplecharactercontroller.face.md)
4
+
5
+ ## SimpleCharacterController.face() method
6
+
7
+ Rotates the entity at a given speed to face a target coordinate.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ face(target: Vector3, speed: number, options?: FaceOptions): void;
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ target
36
+
37
+
38
+ </td><td>
39
+
40
+ [Vector3](./server.vector3.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ The target coordinate to face.
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ speed
52
+
53
+
54
+ </td><td>
55
+
56
+ number
57
+
58
+
59
+ </td><td>
60
+
61
+ The speed at which to rotate to the target coordinate.
62
+
63
+
64
+ </td></tr>
65
+ <tr><td>
66
+
67
+ options
68
+
69
+
70
+ </td><td>
71
+
72
+ [FaceOptions](./server.faceoptions.md)
73
+
74
+
75
+ </td><td>
76
+
77
+ _(Optional)_ Additional options for the face operation, such as callbacks.
78
+
79
+
80
+ </td></tr>
81
+ </tbody></table>
82
+ **Returns:**
83
+
84
+ void
85
+
86
+ ## Remarks
87
+
88
+ If this method is called while the entity is already attempting to face another target, the previous target will be ignored and the entity will start attempting to face the new target.
89
+
@@ -0,0 +1,88 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [SimpleCharacterController](./server.simplecharactercontroller.md)
4
+
5
+ ## SimpleCharacterController class
6
+
7
+ A simple character controller with basic movement functions.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export default class SimpleCharacterController extends BaseCharacterController
13
+ ```
14
+ **Extends:** [BaseCharacterController](./server.basecharactercontroller.md)
15
+
16
+ ## Remarks
17
+
18
+ This class implements simple movement methods that serve as a way to add realistic movement and rotational facing functionality to an entity. This is also a great base to extend for your own more complex character controller that implements things like pathfinding. Compatible with entities that have kinematic or dynamic rigid body types.
19
+
20
+ ## Example
21
+
22
+
23
+ ```typescript
24
+ // Create a custom character controller for myEntity, prior to spawning it.
25
+ myEntity.createCustomCharacterController = () => {
26
+ return new SimpleCharacterController(myEntity);
27
+ };
28
+
29
+ // Spawn the entity in the world.
30
+ myEntity.spawn(world, { x: 53, y: 10, z: 23 });
31
+
32
+ // Move the entity at a speed of 4 blocks
33
+ // per second to the coordinate (10, 1, 10).
34
+ // console.log when we reach the target.
35
+ myEntity.characterController.move({ x: 10, y: 1, z: 10 }, 4, {
36
+ moveCompleteCallback: endPosition => {
37
+ console.log('Finished moving to', endPosition);
38
+ },
39
+ });
40
+ ```
41
+
42
+ ## Methods
43
+
44
+ <table><thead><tr><th>
45
+
46
+ Method
47
+
48
+
49
+ </th><th>
50
+
51
+ Modifiers
52
+
53
+
54
+ </th><th>
55
+
56
+ Description
57
+
58
+
59
+ </th></tr></thead>
60
+ <tbody><tr><td>
61
+
62
+ [face(target, speed, options)](./server.simplecharactercontroller.face.md)
63
+
64
+
65
+ </td><td>
66
+
67
+
68
+ </td><td>
69
+
70
+ Rotates the entity at a given speed to face a target coordinate.
71
+
72
+
73
+ </td></tr>
74
+ <tr><td>
75
+
76
+ [move(target, speed, options)](./server.simplecharactercontroller.move.md)
77
+
78
+
79
+ </td><td>
80
+
81
+
82
+ </td><td>
83
+
84
+ Moves the entity at a given speed in a straight line to a target coordinate.
85
+
86
+
87
+ </td></tr>
88
+ </tbody></table>
@@ -0,0 +1,89 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [SimpleCharacterController](./server.simplecharactercontroller.md) &gt; [move](./server.simplecharactercontroller.move.md)
4
+
5
+ ## SimpleCharacterController.move() method
6
+
7
+ Moves the entity at a given speed in a straight line to a target coordinate.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ move(target: Vector3, speed: number, options?: MoveOptions): void;
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ target
36
+
37
+
38
+ </td><td>
39
+
40
+ [Vector3](./server.vector3.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ The target coordinate to move to.
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ speed
52
+
53
+
54
+ </td><td>
55
+
56
+ number
57
+
58
+
59
+ </td><td>
60
+
61
+ The speed at which to move to the target coordinate.
62
+
63
+
64
+ </td></tr>
65
+ <tr><td>
66
+
67
+ options
68
+
69
+
70
+ </td><td>
71
+
72
+ [MoveOptions](./server.moveoptions.md)
73
+
74
+
75
+ </td><td>
76
+
77
+ _(Optional)_ Additional options for the move operation, such as callbacks.
78
+
79
+
80
+ </td></tr>
81
+ </tbody></table>
82
+ **Returns:**
83
+
84
+ void
85
+
86
+ ## Remarks
87
+
88
+ If this method is called while the entity is already attempting to move to another target, the previous target will be ignored and the entity will start attempting to move to the new target.
89
+
@@ -56,7 +56,7 @@ startServer(world => {
56
56
  });
57
57
 
58
58
  // A simple collision callback that logs when the spider collides with another Entity.
59
- spider.onEntityCollision = (otherEntity, started) => {
59
+ spider.onEntityCollision = (spider, otherEntity, started) => {
60
60
  console.log('spider colliding with', otherEntity.name, started);
61
61
  };
62
62