Class CreateCompat
java.lang.Object
com.codinglitch.simpleradio.compat.create.CreateCompat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcontraptionAddBlock(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.entity.BlockEntity blockEntity, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info) static voidcontraptionRemoveBlock(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.nbt.CompoundTag tag) static voidstatic voidverifyContraptionCollection(net.minecraft.world.entity.Entity entity)
-
Field Details
-
CENTRAL_BLOCKS
-
-
Constructor Details
-
CreateCompat
public CreateCompat()
-
-
Method Details
-
postInitialize
public static void postInitialize() -
contraptionAddBlock
public static void contraptionAddBlock(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.entity.BlockEntity blockEntity, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info) -
contraptionRemoveBlock
public static void contraptionRemoveBlock(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.nbt.CompoundTag tag) -
registerMovementBehaviours
public static void registerMovementBehaviours() -
verifyContraptionCollection
public static RadioManager.CollectionResult verifyContraptionCollection(net.minecraft.world.entity.Entity entity)
-