Class StressGaugePeripheral
java.lang.Object
com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral<StressGaugeBlockEntity>
com.simibubi.create.compat.computercraft.implementation.peripherals.StressGaugePeripheral
- All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral
-
Field Summary
Fields inherited from class com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral
blockEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal floatfinal float@NotNull StringgetType()voidprepareComputerEvent(@NotNull ComputerEvent event) Methods inherited from class com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral
attach, detach, equals, onFirstAttach, onLastDetach, queueEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dan200.computercraft.api.peripheral.IPeripheral
getAdditionalTypes, getTarget
-
Constructor Details
-
StressGaugePeripheral
-
-
Method Details
-
getStress
@LuaFunction public final float getStress() -
getStressCapacity
@LuaFunction public final float getStressCapacity() -
prepareComputerEvent
- Overrides:
prepareComputerEventin classSyncedPeripheral<StressGaugeBlockEntity>
-
getType
-