Package com.jozufozu.flywheel.mixin
Class EntityTypeMixin<T extends net.minecraft.world.entity.Entity>
java.lang.Object
com.jozufozu.flywheel.mixin.EntityTypeMixin<T>
- All Implemented Interfaces:
EntityTypeExtension<T>
public class EntityTypeMixin<T extends net.minecraft.world.entity.Entity>
extends Object
implements EntityTypeExtension<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEntityInstancingController<? super T>voidflywheel$setInstancingController(EntityInstancingController<? super T> instancingController)
-
Constructor Details
-
EntityTypeMixin
public EntityTypeMixin()
-
-
Method Details
-
flywheel$getInstancingController
- Specified by:
flywheel$getInstancingControllerin interfaceEntityTypeExtension<T extends net.minecraft.world.entity.Entity>
-
flywheel$setInstancingController
public void flywheel$setInstancingController(@Nullable EntityInstancingController<? super T> instancingController) - Specified by:
flywheel$setInstancingControllerin interfaceEntityTypeExtension<T extends net.minecraft.world.entity.Entity>
-