Class MovedBlockTransformerRegistries
java.lang.Object
com.simibubi.create.api.contraption.transformable.MovedBlockTransformerRegistries
Registry for custom transformations to apply to blocks after they've been moved by a contraption.
These interfaces are alternatives to the
TransformableBlock and TransformableBlockEntity interfaces.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleRegistry<net.minecraft.world.level.block.entity.BlockEntityType<?>, MovedBlockTransformerRegistries.BlockEntityTransformer> static final SimpleRegistry<net.minecraft.world.level.block.Block, MovedBlockTransformerRegistries.BlockTransformer> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCK_TRANSFORMERS
public static final SimpleRegistry<net.minecraft.world.level.block.Block,MovedBlockTransformerRegistries.BlockTransformer> BLOCK_TRANSFORMERS -
BLOCK_ENTITY_TRANSFORMERS
public static final SimpleRegistry<net.minecraft.world.level.block.entity.BlockEntityType<?>,MovedBlockTransformerRegistries.BlockEntityTransformer> BLOCK_ENTITY_TRANSFORMERS
-
-
Constructor Details
-
MovedBlockTransformerRegistries
public MovedBlockTransformerRegistries()
-