Uses of Class
net.minecraft.core.particles.ItemParticleOption
Packages that use ItemParticleOption
-
Uses of ItemParticleOption in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ItemParticleOptionModifier and TypeMethodDescriptionBreakingItemParticle.Provider.createParticle
(ItemParticleOption type, ClientLevel level, double x, double y, double z, double xSpeed, double ySpeed, double zSpeed) -
Uses of ItemParticleOption in net.minecraft.core.particles
Fields in net.minecraft.core.particles with type parameters of type ItemParticleOptionModifier and TypeFieldDescriptionstatic final ParticleType
<ItemParticleOption> ParticleTypes.ITEM
private final ParticleType
<ItemParticleOption> ItemParticleOption.type
Methods in net.minecraft.core.particles that return types with arguments of type ItemParticleOptionModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<ItemParticleOption> ItemParticleOption.codec
(ParticleType<ItemParticleOption> particleType) ItemParticleOption.getType()
static StreamCodec
<? super RegistryFriendlyByteBuf, ItemParticleOption> ItemParticleOption.streamCodec
(ParticleType<ItemParticleOption> particleType) Method parameters in net.minecraft.core.particles with type arguments of type ItemParticleOptionModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<ItemParticleOption> ItemParticleOption.codec
(ParticleType<ItemParticleOption> particleType) static StreamCodec
<? super RegistryFriendlyByteBuf, ItemParticleOption> ItemParticleOption.streamCodec
(ParticleType<ItemParticleOption> particleType) Constructor parameters in net.minecraft.core.particles with type arguments of type ItemParticleOptionModifierConstructorDescriptionItemParticleOption
(ParticleType<ItemParticleOption> type, ItemStack itemStack)