Uses of Enum Class
net.minecraft.client.world.ClientWorld.BlockParticle
Packages that use ClientWorld.BlockParticle
-
Uses of ClientWorld.BlockParticle in net.minecraft.client.world
Methods in net.minecraft.client.world that return ClientWorld.BlockParticleModifier and TypeMethodDescriptionprivate @Nullable ClientWorld.BlockParticle
ClientWorld.getBlockParticle()
static ClientWorld.BlockParticle
Returns the enum constant of this class with the specified name.static ClientWorld.BlockParticle[]
ClientWorld.BlockParticle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.world with parameters of type ClientWorld.BlockParticleModifier and TypeMethodDescriptionvoid
ClientWorld.randomBlockDisplayTick
(int centerX, int centerY, int centerZ, int radius, Random random, @Nullable ClientWorld.BlockParticle blockParticle, BlockPos.Mutable pos)