Uses of Enum Class
net.minecraft.enchantment.effect.entity.SpawnParticlesEnchantmentEffect.PositionSourceType
Packages that use SpawnParticlesEnchantmentEffect.PositionSourceType
-
Uses of SpawnParticlesEnchantmentEffect.PositionSourceType in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity declared as SpawnParticlesEnchantmentEffect.PositionSourceTypeModifier and TypeFieldDescriptionprivate final SpawnParticlesEnchantmentEffect.PositionSourceTypeSpawnParticlesEnchantmentEffect.PositionSource.typeThe field for thetyperecord component.Fields in net.minecraft.enchantment.effect.entity with type parameters of type SpawnParticlesEnchantmentEffect.PositionSourceTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpawnParticlesEnchantmentEffect.PositionSourceType> SpawnParticlesEnchantmentEffect.PositionSourceType.CODECMethods in net.minecraft.enchantment.effect.entity that return SpawnParticlesEnchantmentEffect.PositionSourceTypeModifier and TypeMethodDescriptionSpawnParticlesEnchantmentEffect.PositionSource.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.SpawnParticlesEnchantmentEffect.PositionSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.enchantment.effect.entity with parameters of type SpawnParticlesEnchantmentEffect.PositionSourceTypeModifierConstructorDescriptionPositionSource(SpawnParticlesEnchantmentEffect.PositionSourceType type, float offset, float scale) Creates an instance of aPositionSourcerecord class.