Uses of Class
net.minecraft.particle.ParticleType
| Package | Description |
|---|---|
| net.minecraft.client.particle | |
| net.minecraft.command.argument | |
| net.minecraft.network.packet.s2c.play | |
| net.minecraft.particle | |
| net.minecraft.util.registry |
-
Uses of ParticleType in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ParticleType Modifier and Type Method Description 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 with parameters of type ParticleType Modifier and Type Method Description private 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 ParticleType Modifier and Type Method Description private <T extends ParticleEffect>
TParticleS2CPacket. readParticleParameters(PacketByteBuf buf, ParticleType<T> type) -
Uses of ParticleType in net.minecraft.particle
Subclasses of ParticleType in net.minecraft.particle Modifier and Type Class Description classDefaultParticleTypeFields in net.minecraft.particle declared as ParticleType Modifier and Type Field Description static ParticleType<BlockStateParticleEffect>ParticleTypes. BLOCKstatic ParticleType<DustParticleEffect>ParticleTypes. DUSTstatic ParticleType<DustColorTransitionParticleEffect>ParticleTypes. DUST_COLOR_TRANSITIONstatic ParticleType<BlockStateParticleEffect>ParticleTypes. FALLING_DUSTstatic ParticleType<ItemStackParticleEffect>ParticleTypes. ITEMprivate ParticleType<BlockStateParticleEffect>BlockStateParticleEffect. typeprivate ParticleType<ItemStackParticleEffect>ItemStackParticleEffect. typestatic ParticleType<VibrationParticleEffect>ParticleTypes. VIBRATIONMethods in net.minecraft.particle that return ParticleType Modifier and Type Method Description ParticleType<BlockStateParticleEffect>BlockStateParticleEffect. getType()ParticleType<DustColorTransitionParticleEffect>DustColorTransitionParticleEffect. getType()ParticleType<DustParticleEffect>DustParticleEffect. getType()ParticleType<ItemStackParticleEffect>ItemStackParticleEffect. getType()ParticleType<?>ParticleEffect. getType()ParticleType<VibrationParticleEffect>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 ParticleType Modifier and Type Method Description static com.mojang.serialization.Codec<BlockStateParticleEffect>BlockStateParticleEffect. method_29128(ParticleType<BlockStateParticleEffect> particleType)static com.mojang.serialization.Codec<ItemStackParticleEffect>ItemStackParticleEffect. method_29136(ParticleType<ItemStackParticleEffect> particleType)TParticleEffect.Factory. read(ParticleType<T> type, com.mojang.brigadier.StringReader reader)Deprecated.TParticleEffect.Factory. read(ParticleType<T> type, PacketByteBuf buf)Deprecated.Method parameters in net.minecraft.particle with type arguments of type ParticleType Modifier and Type Method Description private 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 ParticleType Constructor Description BlockStateParticleEffect(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 ParticleType Modifier and Type Field Description static Registry<ParticleType<?>>Registry. PARTICLE_TYPEstatic RegistryKey<Registry<ParticleType<?>>>Registry. PARTICLE_TYPE_KEY