Uses of Enum Class
com.comphenix.protocol.wrappers.WrappedVillagerData.Type
Packages that use WrappedVillagerData.Type
-
Uses of WrappedVillagerData.Type in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedVillagerData.TypeModifier and TypeMethodDescriptionWrappedVillagerData.getType()static WrappedVillagerData.TypeReturns the enum constant of this class with the specified name.static WrappedVillagerData.Type[]WrappedVillagerData.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedVillagerData.TypeModifier and TypeMethodDescriptionstatic WrappedVillagerDataWrappedVillagerData.fromValues(WrappedVillagerData.Type type, WrappedVillagerData.Profession profession, int level)