mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Just use instanceof
This commit is contained in:
@ -189,5 +189,9 @@ public class PlayerProxy extends AbstractPlayerActor {
|
||||
public <B extends BlockStateHolder<B>> void sendFakeBlock(BlockVector3 pos, B block) {
|
||||
basePlayer.sendFakeBlock(pos, block);
|
||||
}
|
||||
|
||||
public Player getBasePlayer() {
|
||||
return basePlayer;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user