Uses of Class
net.minecraft.client.particle.ParticleType
Packages that use ParticleType
Package
Description
-
Uses of ParticleType in net.minecraft
Subclasses of ParticleType in net.minecraftFields in net.minecraft declared as ParticleTypeModifier and TypeFieldDescriptionprivate final ParticleType<class_4337>class_4337.field_21337private final ParticleType<class_4339>class_4339.field_21346static final ParticleType<class_4339>class_4342.field_21353static final ParticleType<class_4337>class_4342.field_21378static final ParticleType<class_4338>class_4342.field_21387static final ParticleType<class_4337>class_4342.field_21396Methods in net.minecraft with type parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate static <T extends ParticleType<?>>
Tclass_4342.method_19988(String string) Methods in net.minecraft that return ParticleTypeModifier and TypeMethodDescriptionclass_4337.particleType()class_4338.particleType()class_4339.particleType()class_4343.particleType()Methods in net.minecraft with parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate static <T extends ParticleEffect>
Tclass_4168.method_18782(com.mojang.brigadier.StringReader stringReader, ParticleType<T> particleType) Constructors in net.minecraft with parameters of type ParticleTypeModifierConstructorDescriptionclass_4337(ParticleType<class_4337> particleType, BlockState blockState) class_4339(ParticleType<class_4339> particleType, ItemStack itemStack) -
Uses of ParticleType in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ParticleTypeModifier and TypeMethodDescription<T extends ParticleEffect>
voidParticleManager.method_19016(ParticleType<T> particleType, ParticleFactory<T> particleFactory) -
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.method_20241(PacketByteBuf packetByteBuf, ParticleType<T> particleType) -
Uses of ParticleType in net.minecraft.particle
Methods in net.minecraft.particle that return ParticleTypeMethods in net.minecraft.particle with parameters of type ParticleTypeModifier and TypeMethodDescriptionParticleEffect.class_4341.method_19981(ParticleType<T> particleType, com.mojang.brigadier.StringReader stringReader) ParticleEffect.class_4341.method_19982(ParticleType<T> particleType, PacketByteBuf packetByteBuf) -
Uses of ParticleType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ParticleTypeModifier and TypeFieldDescriptionstatic final Registry<ParticleType<? extends ParticleEffect>>Registry.PARTICLE_TYPE