Uses of Class
net.minecraft.particle.ParticleType
Packages that use ParticleType
Package
Description
The base package for all Minecraft classes.
-
Uses of ParticleType in net.minecraft
Fields in net.minecraft declared as ParticleTypeModifier and TypeFieldDescriptionprivate final ParticleType<? extends class_9381> class_9381.field_49909Methods in net.minecraft that return ParticleTypeMethods in net.minecraft with parameters of type ParticleTypeModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<class_9381> class_9381.method_58254(ParticleType<class_9381> particleType) static class_9381class_9381.method_58255(ParticleType<? extends class_9381> particleType, float float2, float float3, float float4) static class_9381class_9381.method_58256(ParticleType<? extends class_9381> particleType, int int2) static PacketCodec<? super ByteBuf, class_9381> class_9381.method_58261(ParticleType<class_9381> particleType) Constructors in net.minecraft with parameters of type ParticleTypeModifierConstructorDescriptionprivateclass_9381(ParticleType<? extends class_9381> particleType, int int2) -
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.registerBlockLeakFactory(ParticleType<T> type, ParticleFactory.BlockLeakParticleFactory<T> factory) private <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 that return ParticleTypeModifier and TypeMethodDescriptionprivate static ParticleType<?> ParticleEffectArgumentType.getType(com.mojang.brigadier.StringReader reader, RegistryWrapper<ParticleType<?>> registryWrapper) 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, RegistryWrapper.WrapperLookup registryLookup) Method parameters in net.minecraft.command.argument with type arguments of type ParticleTypeModifier and TypeMethodDescriptionprivate static ParticleType<?> ParticleEffectArgumentType.getType(com.mojang.brigadier.StringReader reader, RegistryWrapper<ParticleType<?>> registryWrapper) -
Uses of ParticleType in net.minecraft.particle
Subclasses of ParticleType in net.minecraft.particleFields in net.minecraft.particle declared as ParticleTypeModifier and TypeFieldDescriptionstatic final ParticleType<BlockStateParticleEffect> ParticleTypes.BLOCKstatic final ParticleType<BlockStateParticleEffect> ParticleTypes.BLOCK_MARKERstatic final ParticleType<DustParticleEffect> ParticleTypes.DUSTstatic final ParticleType<DustColorTransitionParticleEffect> ParticleTypes.DUST_COLOR_TRANSITIONstatic final ParticleType<class_9381> ParticleTypes.ENTITY_EFFECTstatic final ParticleType<BlockStateParticleEffect> ParticleTypes.FALLING_DUSTstatic final ParticleType<ItemStackParticleEffect> ParticleTypes.ITEMstatic final ParticleType<SculkChargeParticleEffect> ParticleTypes.SCULK_CHARGEstatic final ParticleType<ShriekParticleEffect> ParticleTypes.SHRIEKprivate final ParticleType<BlockStateParticleEffect> BlockStateParticleEffect.typeprivate final ParticleType<ItemStackParticleEffect> ItemStackParticleEffect.typestatic final ParticleType<VibrationParticleEffect> ParticleTypes.VIBRATIONMethods in net.minecraft.particle that return ParticleTypeModifier and TypeMethodDescriptionBlockStateParticleEffect.getType()DustColorTransitionParticleEffect.getType()DustParticleEffect.getType()ItemStackParticleEffect.getType()ParticleType<?> ParticleEffect.getType()SculkChargeParticleEffect.getType()ShriekParticleEffect.getType()VibrationParticleEffect.getType()private static <T extends ParticleEffect>
ParticleType<T> ParticleTypes.register(String name, boolean alwaysShow, ParticleEffect.Factory<T> factory, Function<ParticleType<T>, com.mojang.serialization.Codec<T>> codecGetter, Function<ParticleType<T>, PacketCodec<? super RegistryByteBuf, T>> packetCodecGetter) Methods in net.minecraft.particle with parameters of type ParticleTypeModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<BlockStateParticleEffect> BlockStateParticleEffect.createCodec(ParticleType<BlockStateParticleEffect> type) static com.mojang.serialization.Codec<ItemStackParticleEffect> ItemStackParticleEffect.createCodec(ParticleType<ItemStackParticleEffect> type) static PacketCodec<? super RegistryByteBuf, BlockStateParticleEffect> BlockStateParticleEffect.createPacketCodec(ParticleType<BlockStateParticleEffect> type) static PacketCodec<? super RegistryByteBuf, ItemStackParticleEffect> ItemStackParticleEffect.createPacketCodec(ParticleType<ItemStackParticleEffect> type) ParticleEffect.Factory.read(ParticleType<T> type, com.mojang.brigadier.StringReader reader, RegistryWrapper.WrapperLookup registryLookup) 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, boolean alwaysShow, ParticleEffect.Factory<T> factory, Function<ParticleType<T>, com.mojang.serialization.Codec<T>> codecGetter, Function<ParticleType<T>, PacketCodec<? super RegistryByteBuf, T>> packetCodecGetter) 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.registry
Fields in net.minecraft.registry with type parameters of type ParticleTypeModifier and TypeFieldDescriptionstatic final Registry<ParticleType<?>> Registries.PARTICLE_TYPEstatic final RegistryKey<Registry<ParticleType<?>>> RegistryKeys.PARTICLE_TYPE