Remove TypeCatType
It was unused and caused backwards compatibility problems
This commit is contained in:
		
							parent
							
								
									48d2f05999
								
							
						
					
					
						commit
						11b2d9bb29
					
				| @ -29,7 +29,6 @@ import com.massivecraft.massivecore.command.type.enumeration.TypeHorseStyle; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeHorseVariant; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeLlamaColor; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeMaterial; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeCatType; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeParrotVariant; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeParticle; | ||||
| import com.massivecraft.massivecore.command.type.enumeration.TypeRabbitType; | ||||
| @ -308,7 +307,6 @@ public class RegistryType | ||||
| 		register(TypeHorseStyle.get()); | ||||
| 		register(TypeHorseVariant.get()); | ||||
| 		register(TypeMaterial.get()); | ||||
| 		register(TypeCatType.get()); | ||||
| 		register(TypeParticle.get()); | ||||
| 		register(TypeSpawnReason.get()); | ||||
| 		register(TypeRabbitType.get()); | ||||
|  | ||||
| @ -1,18 +0,0 @@ | ||||
| package com.massivecraft.massivecore.command.type.enumeration; | ||||
| 
 | ||||
| import org.bukkit.entity.Cat.Type; | ||||
| 
 | ||||
| public class TypeCatType extends TypeEnum<Type> | ||||
| { | ||||
| 	// -------------------------------------------- // | ||||
| 	// INSTANCE & CONSTRUCT | ||||
| 	// -------------------------------------------- // | ||||
| 	 | ||||
| 	private static TypeCatType i = new TypeCatType(); | ||||
| 	public static TypeCatType get() { return i; } | ||||
| 	public TypeCatType() | ||||
| 	{ | ||||
| 		super(Type.class); | ||||
| 	} | ||||
| 
 | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user