Uses of Record Class
net.minecraft.core.component.BlockTransformer.BlockTransformData
Packages that use BlockTransformer.BlockTransformData
-
Uses of BlockTransformer.BlockTransformData in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type BlockTransformer.BlockTransformDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockTransformer.BlockTransformData> BlockTransformer.BlockTransformData.CODECBlockTransformer.BlockTransformData.STREAM_CODECprivate final List<BlockTransformer.BlockTransformData> BlockTransformer.transformsThe field for thetransformsrecord component.Methods in net.minecraft.core.component that return BlockTransformer.BlockTransformDataMethods in net.minecraft.core.component that return types with arguments of type BlockTransformer.BlockTransformDataModifier and TypeMethodDescriptionBlockTransformer.transforms()Returns the value of thetransformsrecord component.Constructor parameters in net.minecraft.core.component with type arguments of type BlockTransformer.BlockTransformDataModifierConstructorDescriptionBlockTransformer(List<BlockTransformer.BlockTransformData> transforms) Creates an instance of aBlockTransformerrecord class. -
Uses of BlockTransformer.BlockTransformData in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component that return BlockTransformer.BlockTransformDataModifier and TypeMethodDescriptionprivate static BlockTransformer.BlockTransformDataBlockTransformers.axeStrippables()Methods in net.minecraft.world.item.component that return types with arguments of type BlockTransformer.BlockTransformDataModifier and TypeMethodDescriptionprivate static List<BlockTransformer.BlockTransformData> BlockTransformers.axe(Set<Map.Entry<Block, Block>> blocks, Holder<SoundEvent> sound, BlockTransformer.TransformParticle particle)