mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Deprecate and add the warnings for BlockType#getState as it is broken
This commit is contained in:
parent
c0893a404d
commit
6301a7adb9
@ -269,7 +269,9 @@ public class BlockType implements Keyed, Pattern {
|
||||
* Gets a state of this BlockType with the given properties.
|
||||
*
|
||||
* @return The state, if it exists
|
||||
* @deprecated Not working. Not necessarily for removal, but WARNING DO NOT USE FOR NOW
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public BlockState getState(Map<Property<?>, Object> key) {
|
||||
//FAWE start - use ids & btp (block type property)
|
||||
int id = getInternalId();
|
||||
|
Loading…
Reference in New Issue
Block a user