File Details
ccwaterframe-1.0.0.jar
- R
- Jun 15, 2026
- 8.02 KB
- 5
- 1.21.1
- NeoForge
File Name
ccwaterframe-1.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- [add] -
getUrlReturns the current URL of the peripheral - [add] -
setUrlSets the URL to the peripheral - [add] -
getTickReturns the current tick from the currently running media (current timecode) - [add] -
getMaxTickReturs the length in tick of the currently running media (media length) - [add] -
setTickSets the tick where the media must go to (set the timecode) - [add] -
pausePauses the peripheral - [add] -
getPausedReturns if the media is paused - [add] -
getVolumeReturns the volume of the peripheral (on a scale of 0-100) - [add] -
setVolumeSets the volume of the peripheral (on a scale of 0-100) - [add] -
getTransparencyReturns the transparency projected by the peripheral (on a scale of 0-255) - [add] -
setTransparencySets the transparency projected by the peripheral (on a scale of 0-255) - [add] -
playPlays the peripheral - [add] -
stopStops the media from the peripheral - [add] -
loopDefine if the media loops when it finishes

