Uses of Enum Class
net.minecraft.enchantment.effect.entity.SpawnParticlesEnchantmentEffectType.PositionSourceType
Packages that use SpawnParticlesEnchantmentEffectType.PositionSourceType
-
Uses of SpawnParticlesEnchantmentEffectType.PositionSourceType in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity declared as SpawnParticlesEnchantmentEffectType.PositionSourceTypeModifier and TypeFieldDescriptionprivate final SpawnParticlesEnchantmentEffectType.PositionSourceTypeSpawnParticlesEnchantmentEffectType.PositionSource.typeThe field for thetyperecord component.Fields in net.minecraft.enchantment.effect.entity with type parameters of type SpawnParticlesEnchantmentEffectType.PositionSourceTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpawnParticlesEnchantmentEffectType.PositionSourceType> SpawnParticlesEnchantmentEffectType.PositionSourceType.CODECMethods in net.minecraft.enchantment.effect.entity that return SpawnParticlesEnchantmentEffectType.PositionSourceTypeModifier and TypeMethodDescriptionSpawnParticlesEnchantmentEffectType.PositionSource.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.SpawnParticlesEnchantmentEffectType.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 SpawnParticlesEnchantmentEffectType.PositionSourceTypeModifierConstructorDescriptionPositionSource(SpawnParticlesEnchantmentEffectType.PositionSourceType positionSourceType, float float2, float float3)