Skip to content

Commit

Permalink
deprecate npc despawn mech
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 1, 2020
1 parent 175d503 commit 54b9d72
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -175,6 +175,9 @@ public class Deprecations {
// In Bukkit impl, Added 2020/11/22.
public static Warning biomeSpawnableTag = new SlowWarning(pointlessSubtagPrefix + "The tag BiomeTag.spawnable_entities.(type) is deprecated: the type is now an input context instead.");

// In Bukkit impl, Added 2020/11/30.
public static Warning npcDespawnMech = new SlowWarning("The NPCTag despawn mechanism is deprecated: use the despawn command.");

// ==================== FUTURE deprecations ====================

// In Bukkit impl, Added 2019/11/11, deprecate officially by 2021.
Expand Down

0 comments on commit 54b9d72

Please sign in to comment.