Class MixinLevelWithEntityParts

java.lang.Object
eu.comosus.ananas.quirkyvehiclesframework.mixin.MixinLevelWithEntityParts
All Implemented Interfaces:
LevelWithEntityParts

public class MixinLevelWithEntityParts extends Object implements LevelWithEntityParts
  • Constructor Details

    • MixinLevelWithEntityParts

      public MixinLevelWithEntityParts()
  • Method Details

    • getEntityOrPart

      public void getEntityOrPart(int id, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.entity.Entity> cir)
    • addEntityPart

      public void addEntityPart(int id, EntityPart<?,?> part)
      Specified by:
      addEntityPart in interface LevelWithEntityParts
    • removeEntityPart

      public void removeEntityPart(int id)
      Specified by:
      removeEntityPart in interface LevelWithEntityParts