Package com.jozufozu.flywheel.mixin
Class BlockEntityTypeMixin<T extends net.minecraft.world.level.block.entity.BlockEntity>
java.lang.Object
com.jozufozu.flywheel.mixin.BlockEntityTypeMixin<T>
- All Implemented Interfaces:
BlockEntityTypeExtension<T>
public class BlockEntityTypeMixin<T extends net.minecraft.world.level.block.entity.BlockEntity>
extends Object
implements BlockEntityTypeExtension<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBlockEntityInstancingController<? super T>voidflywheel$setInstancingController(BlockEntityInstancingController<? super T> instancingController)
-
Constructor Details
-
BlockEntityTypeMixin
public BlockEntityTypeMixin()
-
-
Method Details
-
flywheel$getInstancingController
- Specified by:
flywheel$getInstancingControllerin interfaceBlockEntityTypeExtension<T extends net.minecraft.world.level.block.entity.BlockEntity>
-
flywheel$setInstancingController
public void flywheel$setInstancingController(@Nullable BlockEntityInstancingController<? super T> instancingController) - Specified by:
flywheel$setInstancingControllerin interfaceBlockEntityTypeExtension<T extends net.minecraft.world.level.block.entity.BlockEntity>
-