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<String,ParticleType> ParticleType.field_13723private static final Map<Integer,ParticleType> ParticleType.TYPESMethods in net.minecraft.client.particle that return ParticleTypeModifier and TypeMethodDescriptionstatic ParticleTypeParticleType.getById(int id) static ParticleTypeParticleType.method_12582(String string) 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) voidParticleManager.method_13843(Entity entity, ParticleType particleType, int int2) Constructors in net.minecraft.client.particle with parameters of type ParticleTypeModifierConstructorDescriptionEmitterParticle(World world, Entity entity, ParticleType types) EmitterParticle(World world, Entity entity, ParticleType particleType, int int2) -
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
Methods in net.minecraft.entity that return ParticleTypeMethods in net.minecraft.entity with parameters of type ParticleTypeModifier and TypeMethodDescriptionvoidAreaEffectCloudEntity.setParticleType(ParticleType particle) -
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.entity.projectile
Methods in net.minecraft.entity.projectile that return ParticleTypeModifier and TypeMethodDescriptionprotected ParticleTypeDragonFireballEntity.getParticleType()protected ParticleTypeExplosiveProjectileEntity.getParticleType() -
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) voidServerWorld.method_12778(ServerPlayerEntity serverPlayerEntity, ParticleType particleType, boolean bool, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8, int[] int3) -
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)