Uses of Enum Class
net.minecraft.client.particle.ParticleType
Packages that use ParticleType
Package
Description
-
Uses of ParticleType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleTypeFields in net.minecraft.client.particle with type parameters of type ParticleTypeModifier and TypeFieldDescriptionprivate static final Map<Integer,ParticleType> ParticleType.TYPESMethods in net.minecraft.client.particle that return ParticleTypeModifier and TypeMethodDescriptionstatic ParticleTypeParticleType.getById(int id) static ParticleTypeReturns the enum constant of this class with the specified name.static ParticleType[]ParticleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.particle with parameters of type ParticleTypeModifier and TypeMethodDescriptionvoidParticleManager.addEmitter(Entity entity, ParticleType particleType) Constructors in net.minecraft.client.particle with parameters of type ParticleType -
Uses of ParticleType in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate voidWorldRenderer.method_9902(ParticleType particleType, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2) -
Uses of ParticleType in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return ParticleTypeModifier and TypeMethodDescriptionprotected ParticleTypeMagmaCubeEntity.getParticles()protected ParticleTypeSlimeEntity.getParticles() -
Uses of ParticleType in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type ParticleTypeModifier and TypeMethodDescriptionprivate voidVillagerEntity.addParticle(ParticleType particleType) -
Uses of ParticleType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ParticleTypeMethods in net.minecraft.network.packet.s2c.play that return ParticleTypeConstructors in net.minecraft.network.packet.s2c.play with parameters of type ParticleTypeModifierConstructorDescriptionParticleS2CPacket(ParticleType particleType, boolean longDistance, float x, float y, float z, float offsetX, float offsetY, float offsetZ, float speed, int count, int[] args) -
Uses of ParticleType in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ParticleTypeModifier and TypeMethodDescriptionvoidServerWorld.addParticle(ParticleType type, boolean longDistance, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed, int[] args) voidServerWorld.addParticle(ParticleType type, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed, int[] args) -
Uses of ParticleType in net.minecraft.world
Methods in net.minecraft.world with parameters of type ParticleTypeModifier and TypeMethodDescriptionvoidWorld.addParticle(ParticleType type, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2) voidWorld.addParticle(ParticleType type, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)