Uses of Class
net.minecraft.particle.ItemStackParticleEffect
Packages that use ItemStackParticleEffect
-
Uses of ItemStackParticleEffect in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ItemStackParticleEffectModifier and TypeMethodDescriptionCrackParticle.ItemFactory.createParticle
(ItemStackParticleEffect itemStackParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) -
Uses of ItemStackParticleEffect in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type ItemStackParticleEffectModifier and TypeFieldDescriptionstatic final ParticleType<ItemStackParticleEffect>
ParticleTypes.ITEM
static final ParticleEffect.Factory<ItemStackParticleEffect>
ItemStackParticleEffect.PARAMETERS_FACTORY
private final ParticleType<ItemStackParticleEffect>
ItemStackParticleEffect.type
Methods in net.minecraft.particle that return types with arguments of type ItemStackParticleEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<ItemStackParticleEffect>
ItemStackParticleEffect.createCodec
(ParticleType<ItemStackParticleEffect> type) ItemStackParticleEffect.getType()
Method parameters in net.minecraft.particle with type arguments of type ItemStackParticleEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<ItemStackParticleEffect>
ItemStackParticleEffect.createCodec
(ParticleType<ItemStackParticleEffect> type) Constructor parameters in net.minecraft.particle with type arguments of type ItemStackParticleEffectModifierConstructorDescriptionItemStackParticleEffect
(ParticleType<ItemStackParticleEffect> type, ItemStack stack)