mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Deprecates BlockUtils#updateAdjacentComparators(Location)
This commit is contained in:
parent
50d5784da8
commit
5e093558a4
@ -337,7 +337,11 @@ public class BlockUtils {
|
||||
* Manually trigger the updateAdjacentComparators method for containers
|
||||
*
|
||||
* @param loc The Location of the container
|
||||
*
|
||||
* @deprecated Use {@link com.songoda.core.nms.world.WorldCore#updateAdjacentComparators(Block)}
|
||||
* via {@link com.songoda.core.nms.Nms#getImplementations()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static void updateAdjacentComparators(Location loc) {
|
||||
if (loc == null || loc.getWorld() == null) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user