Entity.PosebecomesEntityPosePlayer.HandbecomesPlayerHandRangehas been reworked with all the number impl as subclasses (used for the command range argument)RelativeVechas been made record, and package moved tocoordinateChunkUtilshas been broken down intoCoordConversionandChunkRangePlayer.SettingsbecomesClientSettingsand immutable- Removed
NotificationCenterin favor ofPlayer.sendNotification - The chat format function has been removed in favor of
PlayerChatEvent.setFormattedMessage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.minestom.scratch.world; | |
| import it.unimi.dsi.fastutil.ints.Int2ObjectMap; | |
| import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; | |
| import net.minestom.server.collision.Aerodynamics; | |
| import net.minestom.server.collision.BoundingBox; | |
| import net.minestom.server.collision.ShapeImpl; | |
| import net.minestom.server.coordinate.CoordConversionUtils; | |
| import net.minestom.server.coordinate.Point; | |
| import net.minestom.server.coordinate.Pos; |