Uses of Class
net.minecraft.particle.TintedParticleEffect
Packages that use TintedParticleEffect
-
Uses of TintedParticleEffect in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type TintedParticleEffectModifier and TypeMethodDescriptionLeavesParticle.TintedLeavesFactory.createParticle
(TintedParticleEffect tintedParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) SpellParticle.EntityFactory.createParticle
(TintedParticleEffect tintedParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) -
Uses of TintedParticleEffect in net.minecraft.entity
Fields in net.minecraft.entity declared as TintedParticleEffectModifier and TypeFieldDescriptionprivate static final TintedParticleEffect
AreaEffectCloudEntity.DEFAULT_PARTICLE_EFFECT
-
Uses of TintedParticleEffect in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type TintedParticleEffectModifier and TypeFieldDescriptionstatic final ParticleType
<TintedParticleEffect> ParticleTypes.ENTITY_EFFECT
static final ParticleType
<TintedParticleEffect> ParticleTypes.TINTED_LEAVES
private final ParticleType
<TintedParticleEffect> TintedParticleEffect.type
Methods in net.minecraft.particle that return TintedParticleEffectModifier and TypeMethodDescriptionstatic TintedParticleEffect
TintedParticleEffect.create
(ParticleType<TintedParticleEffect> type, float r, float g, float b) static TintedParticleEffect
TintedParticleEffect.create
(ParticleType<TintedParticleEffect> type, int color) Methods in net.minecraft.particle that return types with arguments of type TintedParticleEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<TintedParticleEffect> TintedParticleEffect.createCodec
(ParticleType<TintedParticleEffect> type) static PacketCodec
<? super ByteBuf, TintedParticleEffect> TintedParticleEffect.createPacketCodec
(ParticleType<TintedParticleEffect> type) TintedParticleEffect.getType()
Method parameters in net.minecraft.particle with type arguments of type TintedParticleEffectModifier and TypeMethodDescriptionstatic TintedParticleEffect
TintedParticleEffect.create
(ParticleType<TintedParticleEffect> type, float r, float g, float b) static TintedParticleEffect
TintedParticleEffect.create
(ParticleType<TintedParticleEffect> type, int color) static com.mojang.serialization.MapCodec
<TintedParticleEffect> TintedParticleEffect.createCodec
(ParticleType<TintedParticleEffect> type) static PacketCodec
<? super ByteBuf, TintedParticleEffect> TintedParticleEffect.createPacketCodec
(ParticleType<TintedParticleEffect> type) Constructor parameters in net.minecraft.particle with type arguments of type TintedParticleEffectModifierConstructorDescriptionprivate
TintedParticleEffect
(ParticleType<TintedParticleEffect> type, int color)