Interface IPlethoraIntegration

All Known Implementing Classes:
NeoForgePlethoraIntegration

public interface IPlethoraIntegration
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.world.entity.Entity
    getEntity(dan200.computercraft.api.lua.IComputerSystem system)
     
    net.minecraft.world.phys.Vec3
    getPosition(dan200.computercraft.api.lua.IComputerSystem system)
     
    boolean
    isNeural(dan200.computercraft.api.lua.IComputerSystem system)
     
  • Method Details

    • isNeural

      boolean isNeural(dan200.computercraft.api.lua.IComputerSystem system)
    • getPosition

      net.minecraft.world.phys.Vec3 getPosition(dan200.computercraft.api.lua.IComputerSystem system)
    • getEntity

      @Nullable net.minecraft.world.entity.Entity getEntity(dan200.computercraft.api.lua.IComputerSystem system)