Class NeoForgePlethoraIntegration
java.lang.Object
me.alexdevs.classicPeripherals.integrations.NeoForgePlethoraIntegration
- All Implemented Interfaces:
IPlethoraIntegration
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
NeoForgePlethoraIntegration
public NeoForgePlethoraIntegration()
-
-
Method Details
-
isNeural
public boolean isNeural(dan200.computercraft.api.lua.IComputerSystem system) - Specified by:
isNeuralin interfaceIPlethoraIntegration
-
getPosition
public net.minecraft.world.phys.Vec3 getPosition(dan200.computercraft.api.lua.IComputerSystem system) - Specified by:
getPositionin interfaceIPlethoraIntegration
-
getEntity
public @Nullable net.minecraft.world.entity.Entity getEntity(dan200.computercraft.api.lua.IComputerSystem system) - Specified by:
getEntityin interfaceIPlethoraIntegration
-