Class EntityTypeMixin

java.lang.Object
net.fabricmc.fabric.mixin.object.builder.EntityTypeMixin
All Implemented Interfaces:
FabricEntityTypeImpl

public abstract class EntityTypeMixin extends Object implements FabricEntityTypeImpl
  • 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

      public void fabric_setAlwaysUpdateVelocity(@Nullable Boolean alwaysUpdateVelocity)
      Specified by:
      fabric_setAlwaysUpdateVelocity in interface FabricEntityTypeImpl
    • fabric_setCanPotentiallyExecuteCommands

      public void fabric_setCanPotentiallyExecuteCommands(@Nullable Boolean canPotentiallyExecuteCommands)
      Specified by:
      fabric_setCanPotentiallyExecuteCommands in interface FabricEntityTypeImpl