geforkt von Mirrors/FastAsyncWorldEdit
Deprecate and add the warnings for BlockType#getState as it is broken
Dieser Commit ist enthalten in:
Ursprung
c0893a404d
Commit
6301a7adb9
@ -269,7 +269,9 @@ public class BlockType implements Keyed, Pattern {
|
|||||||
* Gets a state of this BlockType with the given properties.
|
* Gets a state of this BlockType with the given properties.
|
||||||
*
|
*
|
||||||
* @return The state, if it exists
|
* @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) {
|
public BlockState getState(Map<Property<?>, Object> key) {
|
||||||
//FAWE start - use ids & btp (block type property)
|
//FAWE start - use ids & btp (block type property)
|
||||||
int id = getInternalId();
|
int id = getInternalId();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren