Uses of Record Class
net.minecraft.particle.TrailParticleEffect
Packages that use TrailParticleEffect
-
Uses of TrailParticleEffect in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type TrailParticleEffectModifier and TypeMethodDescriptionTrailParticle.Factory.createParticle
(TrailParticleEffect trailParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) -
Uses of TrailParticleEffect in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type TrailParticleEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<TrailParticleEffect> TrailParticleEffect.CODEC
static final PacketCodec
<RegistryByteBuf, TrailParticleEffect> TrailParticleEffect.PACKET_CODEC
static final ParticleType
<TrailParticleEffect> ParticleTypes.TRAIL
Methods in net.minecraft.particle that return types with arguments of type TrailParticleEffect