Class KineticsChangeEvent
java.lang.Object
com.simibubi.create.compat.computercraft.events.KineticsChangeEvent
- All Implemented Interfaces:
ComputerEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKineticsChangeEvent(float speed, float capacity, float stress, boolean overStressed) -
Method Summary
-
Field Details
-
speed
public float speed -
capacity
public float capacity -
stress
public float stress -
overStressed
public boolean overStressed
-
-
Constructor Details
-
KineticsChangeEvent
public KineticsChangeEvent(float speed, float capacity, float stress, boolean overStressed)
-