Uses of Enum Class
xyz.xenondevs.particle.PropertyType
Packages that use PropertyType
-
Uses of PropertyType in xyz.xenondevs.particle
Methods in xyz.xenondevs.particle that return PropertyTypeModifier and TypeMethodDescriptionstatic PropertyTypeReturns the enum constant of this class with the specified name.static PropertyType[]PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xyz.xenondevs.particle that return types with arguments of type PropertyTypeModifier and TypeMethodDescriptionParticleEffect.getProperties()Gets a list of properties the current particle instance supports.Methods in xyz.xenondevs.particle with parameters of type PropertyTypeModifier and TypeMethodDescriptionbooleanParticleEffect.hasProperty(PropertyType propertyType) Checks if the currentParticleEffectinstance has a specificPropertyType.