Uses of Record Class
net.minecraft.enchantment.effect.entity.SpawnParticlesEnchantmentEffectType.PositionSource
Packages that use SpawnParticlesEnchantmentEffectType.PositionSource
-
Uses of SpawnParticlesEnchantmentEffectType.PositionSource in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity declared as SpawnParticlesEnchantmentEffectType.PositionSourceModifier and TypeFieldDescriptionprivate final SpawnParticlesEnchantmentEffectType.PositionSourceSpawnParticlesEnchantmentEffectType.horizontalPositionThe field for thehorizontalPositionrecord component.private final SpawnParticlesEnchantmentEffectType.PositionSourceSpawnParticlesEnchantmentEffectType.verticalPositionThe field for theverticalPositionrecord component.Fields in net.minecraft.enchantment.effect.entity with type parameters of type SpawnParticlesEnchantmentEffectType.PositionSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SpawnParticlesEnchantmentEffectType.PositionSource> SpawnParticlesEnchantmentEffectType.PositionSource.CODECMethods in net.minecraft.enchantment.effect.entity that return SpawnParticlesEnchantmentEffectType.PositionSourceModifier and TypeMethodDescriptionSpawnParticlesEnchantmentEffectType.entityPosition(float offset) SpawnParticlesEnchantmentEffectType.horizontalPosition()Returns the value of thehorizontalPositionrecord component.SpawnParticlesEnchantmentEffectType.verticalPosition()Returns the value of theverticalPositionrecord component.SpawnParticlesEnchantmentEffectType.withinBoundingBox()Constructors in net.minecraft.enchantment.effect.entity with parameters of type SpawnParticlesEnchantmentEffectType.PositionSourceModifierConstructorDescriptionSpawnParticlesEnchantmentEffectType(ParticleEffect particleEffect, SpawnParticlesEnchantmentEffectType.PositionSource positionSource, SpawnParticlesEnchantmentEffectType.PositionSource positionSource2, SpawnParticlesEnchantmentEffectType.VelocitySource velocitySource, SpawnParticlesEnchantmentEffectType.VelocitySource velocitySource2, FloatProvider floatProvider)