diff --git a/src/main/java/org/spongepowered/api/registry/RegistryTypes.java b/src/main/java/org/spongepowered/api/registry/RegistryTypes.java index 657cacaff9..4b1c9a8767 100644 --- a/src/main/java/org/spongepowered/api/registry/RegistryTypes.java +++ b/src/main/java/org/spongepowered/api/registry/RegistryTypes.java @@ -183,7 +183,6 @@ import org.spongepowered.api.world.generation.structure.jigsaw.ProcessorList; import org.spongepowered.api.world.generation.structure.jigsaw.ProcessorType; import org.spongepowered.api.world.schematic.PaletteType; -import org.spongepowered.api.world.server.TicketType; import org.spongepowered.api.world.teleport.TeleportHelperFilter; import org.spongepowered.api.world.weather.WeatherType; @@ -491,8 +490,6 @@ public final class RegistryTypes { public static final DefaultedRegistryType TEXT_ALIGNMENT = RegistryTypes.spongeKeyInGame("text_alignment"); - public static final DefaultedRegistryType> TICKET_TYPE = RegistryTypes.spongeKeyInGame("ticket_type"); - public static final DefaultedRegistryType TRANSACTION_TYPE = RegistryTypes.spongeKeyInGame("transaction_type"); public static final DefaultedRegistryType TRIAL_SPAWNER_STATE = RegistryTypes.spongeKeyInGame("trial_spawner_state");