Name | <PlayerTag.fake_block[<location>]> |
Returns | MaterialTag |
Description | Returns the fake material that the player will see at the input location, as set by showfake or connected commands.
Works best alongside PlayerTag.fake_block_locations. Returns null if the player doesn't have a fake block at the location. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L2320 |