Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
feat: remove FakePlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed Feb 7, 2024
1 parent 47dfb29 commit d3881a5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 483 deletions.
4 changes: 1 addition & 3 deletions src/main/java/net/minestom/server/entity/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import net.minestom.server.coordinate.Vec;
import net.minestom.server.effects.Effects;
import net.minestom.server.entity.damage.DamageType;
import net.minestom.server.entity.fakeplayer.FakePlayer;
import net.minestom.server.entity.metadata.LivingEntityMeta;
import net.minestom.server.entity.metadata.PlayerMeta;
import net.minestom.server.entity.vehicle.PlayerVehicleInformation;
Expand Down Expand Up @@ -111,8 +110,7 @@
import java.util.function.UnaryOperator;

/**
* Those are the major actors of the server,
* they are not necessary backed by a {@link PlayerSocketConnection} as shown by {@link FakePlayer}.
* Those are the major actors of the server
* <p>
* You can easily create your own implementation of this and use it with {@link ConnectionManager#setPlayerProvider(PlayerProvider)}.
*/
Expand Down
170 changes: 0 additions & 170 deletions src/main/java/net/minestom/server/entity/fakeplayer/FakePlayer.java

This file was deleted.

Loading

0 comments on commit d3881a5

Please sign in to comment.