Captures the current state of this block. You may then cast that state into any accepted type, such as Furnace or Sign. The returned object will never be updated, and you are not guaranteed that (for example) a sign is still a sign after you capture its state. @return BlockState with the curren
()
| 267 | * @return BlockState with the current state of this block. |
| 268 | */ |
| 269 | @NotNull |
| 270 | BlockState getState(); |
| 271 | |
| 272 | /** |
no outgoing calls
no test coverage detected