Interface IPlethoraIntegration
- All Known Implementing Classes:
NeoForgePlethoraIntegration
public interface IPlethoraIntegration
-
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.world.entity.EntitygetEntity(dan200.computercraft.api.lua.IComputerSystem system) net.minecraft.world.phys.Vec3getPosition(dan200.computercraft.api.lua.IComputerSystem system) booleanisNeural(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)
-