Uses of Record Class
net.minecraft.core.particles.TrailParticleOption
Packages that use TrailParticleOption
-
Uses of TrailParticleOption in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement interfaces with type arguments of type TrailParticleOptionMethods in net.minecraft.client.particle with parameters of type TrailParticleOptionModifier and TypeMethodDescriptionTrailParticle.Provider.createParticle(TrailParticleOption options, ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, RandomSource random) -
Uses of TrailParticleOption in net.minecraft.core.particles
Fields in net.minecraft.core.particles with type parameters of type TrailParticleOptionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<TrailParticleOption> TrailParticleOption.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TrailParticleOption> TrailParticleOption.STREAM_CODECstatic final ParticleType<TrailParticleOption> ParticleTypes.TRAILMethods in net.minecraft.core.particles that return types with arguments of type TrailParticleOption