Class CapacitorTextureUpdateTask
java.lang.Object
io.github.thebusybiscuit.slimefun4.implementation.tasks.CapacitorTextureUpdateTask
- All Implemented Interfaces:
Runnable
This task is run whenever a
Capacitor
needs to update their texture.
This must be executed on the main Server
Thread
!- Author:
- TheBusyBiscuit
-
Constructor Summary
ConstructorDescriptionCapacitorTextureUpdateTask
(Location l, double charge, double capacity) This creates a newCapacitorTextureUpdateTask
with the given parameters. -
Method Summary
-
Constructor Details
-
CapacitorTextureUpdateTask
This creates a newCapacitorTextureUpdateTask
with the given parameters.
-
-
Method Details