Uses of Class
net.minecraft.particle.ParticleType
Packages that use ParticleType
Package
Description
-
Uses of ParticleType in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate <T extends ParticleEffect>
voidParticleManager.registerFactory(ParticleType<T> type, ParticleFactory<T> factory)
private <T extends ParticleEffect>
voidParticleManager.registerFactory(ParticleType<T> type, ParticleManager.SpriteAwareFactory<T> factory)
-
Uses of ParticleType in net.minecraft.command.argument
Methods in net.minecraft.command.argument with parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate static <T extends ParticleEffect>
TParticleEffectArgumentType.readParameters(com.mojang.brigadier.StringReader reader, ParticleType<T> type)
-
Uses of ParticleType in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate <T extends ParticleEffect>
TParticleS2CPacket.readParticleParameters(PacketByteBuf buf, ParticleType<T> type)
-
Uses of ParticleType in net.minecraft.particle
Subclasses of ParticleType in net.minecraft.particleFields in net.minecraft.particle declared as ParticleTypeModifier and TypeFieldDescriptionstatic ParticleType<BlockStateParticleEffect>
ParticleTypes.BLOCK
static ParticleType<DustParticleEffect>
ParticleTypes.DUST
ParticleTypes.DUST_COLOR_TRANSITION
static ParticleType<BlockStateParticleEffect>
ParticleTypes.FALLING_DUST
static ParticleType<ItemStackParticleEffect>
ParticleTypes.ITEM
private ParticleType<BlockStateParticleEffect>
BlockStateParticleEffect.type
private ParticleType<ItemStackParticleEffect>
ItemStackParticleEffect.type
static ParticleType<VibrationParticleEffect>
ParticleTypes.VIBRATION
Methods in net.minecraft.particle that return ParticleTypeModifier and TypeMethodDescriptionBlockStateParticleEffect.getType()
DustColorTransitionParticleEffect.getType()
DustParticleEffect.getType()
ItemStackParticleEffect.getType()
ParticleType<?>
ParticleEffect.getType()
VibrationParticleEffect.getType()
private static <T extends ParticleEffect>
ParticleType<T>ParticleTypes.register(String name, ParticleEffect.Factory<T> factory, Function<ParticleType<T>,com.mojang.serialization.Codec<T>> function)
Methods in net.minecraft.particle with parameters of type ParticleTypeModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<BlockStateParticleEffect>
BlockStateParticleEffect.method_29128(ParticleType<BlockStateParticleEffect> particleType)
static com.mojang.serialization.Codec<ItemStackParticleEffect>
ItemStackParticleEffect.method_29136(ParticleType<ItemStackParticleEffect> particleType)
ParticleEffect.Factory.read(ParticleType<T> type, com.mojang.brigadier.StringReader reader)
Deprecated.ParticleEffect.Factory.read(ParticleType<T> type, PacketByteBuf buf)
Deprecated.Method parameters in net.minecraft.particle with type arguments of type ParticleTypeModifier and TypeMethodDescriptionprivate static <T extends ParticleEffect>
ParticleType<T>ParticleTypes.register(String name, ParticleEffect.Factory<T> factory, Function<ParticleType<T>,com.mojang.serialization.Codec<T>> function)
Constructors in net.minecraft.particle with parameters of type ParticleTypeModifierConstructorDescriptionBlockStateParticleEffect(ParticleType<BlockStateParticleEffect> type, BlockState blockState)
ItemStackParticleEffect(ParticleType<ItemStackParticleEffect> type, ItemStack stack)
-
Uses of ParticleType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ParticleTypeModifier and TypeFieldDescriptionstatic Registry<ParticleType<?>>
Registry.PARTICLE_TYPE
static RegistryKey<Registry<ParticleType<?>>>
Registry.PARTICLE_TYPE_KEY