Uses of Class
net.minecraft.core.particles.DustParticleOptions
Packages that use DustParticleOptions
-
Uses of DustParticleOptions in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type DustParticleOptionsModifier and TypeMethodDescriptionDustParticle.Provider.createParticle(DustParticleOptions p_106443_, ClientLevel p_106444_, double p_106445_, double p_106446_, double p_106447_, double p_106448_, double p_106449_, double p_106450_, RandomSource p_447325_) Constructors in net.minecraft.client.particle with parameters of type DustParticleOptionsModifierConstructorDescriptionDustParticle(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, DustParticleOptions pOptions, SpriteSet pSprites) -
Uses of DustParticleOptions in net.minecraft.core.particles
Fields in net.minecraft.core.particles declared as DustParticleOptionsFields in net.minecraft.core.particles with type parameters of type DustParticleOptionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<DustParticleOptions> DustParticleOptions.CODECstatic final ParticleType<DustParticleOptions> ParticleTypes.DUSTstatic final StreamCodec<RegistryFriendlyByteBuf, DustParticleOptions> DustParticleOptions.STREAM_CODECMethods in net.minecraft.core.particles that return types with arguments of type DustParticleOptions