geforkt von Mirrors/FastAsyncWorldEdit
Add default getAllProperties method
Dieser Commit ist enthalten in:
Ursprung
17a97f2f19
Commit
d5be6940c7
@ -63,6 +63,7 @@ import org.bukkit.inventory.ItemStack;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.Map;
|
||||
import java.util.OptionalInt;
|
||||
import java.util.Set;
|
||||
@ -333,5 +334,9 @@ public interface BukkitImplAdapter<T> extends IBukkitAdapter {
|
||||
default RelighterFactory getRelighterFactory() {
|
||||
return new NMSRelighterFactory(); // TODO implement in adapters instead
|
||||
}
|
||||
|
||||
default Map<String, ? extends Property<?>> getAllProperties() {
|
||||
return Collections.emptyMap();
|
||||
}
|
||||
//FAWE end
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren