Uses of Enum Class
net.minecraft.core.component.BlockTransformer.TransformParticle
Packages that use BlockTransformer.TransformParticle
-
Uses of BlockTransformer.TransformParticle in net.minecraft.core.component
Subclasses with type arguments of type BlockTransformer.TransformParticle in net.minecraft.core.componentFields in net.minecraft.core.component declared as BlockTransformer.TransformParticleModifier and TypeFieldDescriptionBlockTransformer.BlockTransformData.Builder.particleprivate final BlockTransformer.TransformParticleBlockTransformer.BlockTransformData.particleThe field for theparticlerecord component.Fields in net.minecraft.core.component with type parameters of type BlockTransformer.TransformParticleModifier and TypeFieldDescriptionprivate static final IntFunction<BlockTransformer.TransformParticle> BlockTransformer.TransformParticle.BY_IDstatic final com.mojang.serialization.Codec<BlockTransformer.TransformParticle> BlockTransformer.TransformParticle.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockTransformer.TransformParticle> BlockTransformer.TransformParticle.STREAM_CODECMethods in net.minecraft.core.component that return BlockTransformer.TransformParticleModifier and TypeMethodDescriptionBlockTransformer.BlockTransformData.particle()Returns the value of theparticlerecord component.Returns the enum constant of this class with the specified name.static BlockTransformer.TransformParticle[]BlockTransformer.TransformParticle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.core.component with parameters of type BlockTransformer.TransformParticleModifier and TypeMethodDescriptionBlockTransformer.BlockTransformData.Builder.particle(BlockTransformer.TransformParticle particle) Constructors in net.minecraft.core.component with parameters of type BlockTransformer.TransformParticleModifierConstructorDescriptionBlockTransformData(Holder<BlockStateProvider> blockStateProvider, Holder<SoundEvent> sound, BlockTransformer.TransformParticle particle, List<Direction> disallowedFaces, Optional<ResourceKey<LootTable>> loot, BlockTransformer.DropStrategy dropStrategy, boolean updateFromNeighbors, BlockTransformer.TransformType transformType, boolean consumeOnUse, int itemDamagePerUse) Creates an instance of aBlockTransformDatarecord class. -
Uses of BlockTransformer.TransformParticle in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component with parameters of type BlockTransformer.TransformParticleModifier and TypeMethodDescriptionprivate static List<BlockTransformer.BlockTransformData> BlockTransformers.axe(Set<Map.Entry<Block, Block>> blocks, Holder<SoundEvent> sound, BlockTransformer.TransformParticle particle)