Finish API

This commit is contained in:
Nassim Jahnke 2023-12-05 18:33:18 +01:00
parent 46f4547805
commit aba71147db
448 changed files with 47 additions and 39 deletions

View file

@ -16,7 +16,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
/**
* Vanilla tag representing entities which are not controlled by their mount.
*/
Tag<EntityType> ENTITY_TYPES_NON_CONTROLLING_RIDER = Bukkit.getTag(REGISTRY_ENTITY_TYPES, NamespacedKey.minecraft("non_controlling_rider"), EntityType.class);
@@ -0,0 +0,0 @@ public interface Tag<T extends Keyed> extends Keyed {
*/
Tag<EntityType> ENTITY_TYPES_CAN_TURN_IN_BOATS = Bukkit.getTag(REGISTRY_ENTITY_TYPES, NamespacedKey.minecraft("can_turn_in_boats"), EntityType.class);
+ // Paper start
+ String REGISTRY_GAME_EVENTS = "game_events";

Some files were not shown because too many files have changed in this diff Show more