Uses of Enum
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 type with the specified name.static ClientWorld.BlockParticle[]
ClientWorld.BlockParticle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.world with parameters of type ClientWorld.BlockParticleModifier and TypeMethodDescriptionvoid
ClientWorld.randomBlockDisplayTick(int xCenter, int yCenter, int zCenter, int radius, Random random, @Nullable ClientWorld.BlockParticle blockParticle, BlockPos.Mutable pos)