Uses of Enum Class
net.minecraft.core.component.BlockTransformer.DropStrategy
Packages that use BlockTransformer.DropStrategy
-
Uses of BlockTransformer.DropStrategy in net.minecraft.core.component
Subclasses with type arguments of type BlockTransformer.DropStrategy in net.minecraft.core.componentFields in net.minecraft.core.component declared as BlockTransformer.DropStrategyModifier and TypeFieldDescriptionprivate BlockTransformer.DropStrategyBlockTransformer.BlockTransformData.Builder.dropStrategyprivate final BlockTransformer.DropStrategyBlockTransformer.BlockTransformData.dropStrategyThe field for thedropStrategyrecord component.Fields in net.minecraft.core.component with type parameters of type BlockTransformer.DropStrategyModifier and TypeFieldDescriptionprivate static final IntFunction<BlockTransformer.DropStrategy> BlockTransformer.DropStrategy.BY_IDstatic final com.mojang.serialization.Codec<BlockTransformer.DropStrategy> BlockTransformer.DropStrategy.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockTransformer.DropStrategy> BlockTransformer.DropStrategy.STREAM_CODECMethods in net.minecraft.core.component that return BlockTransformer.DropStrategyModifier and TypeMethodDescriptionBlockTransformer.BlockTransformData.dropStrategy()Returns the value of thedropStrategyrecord component.Returns the enum constant of this class with the specified name.static BlockTransformer.DropStrategy[]BlockTransformer.DropStrategy.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.DropStrategyModifier and TypeMethodDescriptionBlockTransformer.BlockTransformData.Builder.dropStrategy(BlockTransformer.DropStrategy dropStrategy) Constructors in net.minecraft.core.component with parameters of type BlockTransformer.DropStrategyModifierConstructorDescriptionBlockTransformData(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.