Class EntityTypeMixin
java.lang.Object
net.fabricmc.fabric.mixin.object.builder.EntityTypeMixin
- All Implemented Interfaces:
FabricEntityTypeImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface FabricEntityTypeImpl
FabricEntityTypeImpl.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfabric_setAlwaysUpdateVelocity(@Nullable Boolean alwaysUpdateVelocity) voidfabric_setCanPotentiallyExecuteCommands(@Nullable Boolean canPotentiallyExecuteCommands) voidonAlwaysUpdateVelocity(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) voidonCanPotentiallyExecuteCommands(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
-
Constructor Details
-
EntityTypeMixin
public EntityTypeMixin()
-
-
Method Details
-
onAlwaysUpdateVelocity
public void onAlwaysUpdateVelocity(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) -
onCanPotentiallyExecuteCommands
public void onCanPotentiallyExecuteCommands(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) -
fabric_setAlwaysUpdateVelocity
- Specified by:
fabric_setAlwaysUpdateVelocityin interfaceFabricEntityTypeImpl
-
fabric_setCanPotentiallyExecuteCommands
public void fabric_setCanPotentiallyExecuteCommands(@Nullable Boolean canPotentiallyExecuteCommands) - Specified by:
fabric_setCanPotentiallyExecuteCommandsin interfaceFabricEntityTypeImpl
-