Interface PehkuiInterop.ApiAbstraction

Enclosing class:
PehkuiInterop

public static interface PehkuiInterop.ApiAbstraction
Pehkui doesn't publish an API jar so we do this BS
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getScale(net.minecraft.world.entity.Entity e)
     
    void
    setScale(net.minecraft.world.entity.Entity e, float scale)
     
  • Method Details

    • getScale

      float getScale(net.minecraft.world.entity.Entity e)
    • setScale

      void setScale(net.minecraft.world.entity.Entity e, float scale)