Package net.minestom.server.entity.fakeplayer
-
Class Summary Class Description FakePlayer A fake player will behave exactly the same way as would do aPlayer
backed by a netty connection (events, velocity, gravity, player list, etc...) with the exception that you need to control it server-side using aFakePlayerController
(seeFakePlayer.getController()
).FakePlayerController This class acts as a client controller forFakePlayer
.FakePlayerOption