Distractic
Distractic
I don't know if this can help you for the implementation, but with the kotlin reflection, you can call a function using the default variable (if you put not enough...
Have you any clue to give us in order to start ? Which type of class must have a new implementation for that for example (I'm not fluent source code...
Can you give us a context ? - code - Minestom version - Player version Etc.
For interested people, this is the yaw and pitch to define according to the orientation : ```kt val yaw = when(orientation) { ItemFrameMeta.Orientation.SOUTH -> 0f ItemFrameMeta.Orientation.WEST -> 90f ItemFrameMeta.Orientation.NORTH ->...
[Here](https://github.com/Minestom/Minestom/blob/master/src/test/java/net/minestom/server/snapshot/InstanceSnapshotIntegrationTest.java) you can find an example of using the test framework
Understood. I thought that could be useful for several projects (like Kordex, I think they keep the builders to compare in a next time) but for my need, I can...
Ok thanks ! And sorry for the duplicate So for the moment, we can't use transaction. I will just make several requests in this case while waiting for a possible...