Uses of Record Class
net.minecraft.enchantment.effect.entity.SpawnParticlesEnchantmentEffectType.VelocitySource
Packages that use SpawnParticlesEnchantmentEffectType.VelocitySource
-
Uses of SpawnParticlesEnchantmentEffectType.VelocitySource in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity declared as SpawnParticlesEnchantmentEffectType.VelocitySourceModifier and TypeFieldDescriptionprivate final SpawnParticlesEnchantmentEffectType.VelocitySourceSpawnParticlesEnchantmentEffectType.horizontalVelocityThe field for thehorizontalVelocityrecord component.private final SpawnParticlesEnchantmentEffectType.VelocitySourceSpawnParticlesEnchantmentEffectType.verticalVelocityThe field for theverticalVelocityrecord component.Fields in net.minecraft.enchantment.effect.entity with type parameters of type SpawnParticlesEnchantmentEffectType.VelocitySourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SpawnParticlesEnchantmentEffectType.VelocitySource> SpawnParticlesEnchantmentEffectType.VelocitySource.CODECMethods in net.minecraft.enchantment.effect.entity that return SpawnParticlesEnchantmentEffectType.VelocitySourceModifier and TypeMethodDescriptionSpawnParticlesEnchantmentEffectType.fixedVelocity(FloatProvider base) SpawnParticlesEnchantmentEffectType.horizontalVelocity()Returns the value of thehorizontalVelocityrecord component.SpawnParticlesEnchantmentEffectType.scaledVelocity(float movementScale) SpawnParticlesEnchantmentEffectType.verticalVelocity()Returns the value of theverticalVelocityrecord component.Constructors in net.minecraft.enchantment.effect.entity with parameters of type SpawnParticlesEnchantmentEffectType.VelocitySourceModifierConstructorDescriptionSpawnParticlesEnchantmentEffectType(ParticleEffect particleEffect, SpawnParticlesEnchantmentEffectType.PositionSource positionSource, SpawnParticlesEnchantmentEffectType.PositionSource positionSource2, SpawnParticlesEnchantmentEffectType.VelocitySource velocitySource, SpawnParticlesEnchantmentEffectType.VelocitySource velocitySource2, FloatProvider floatProvider)