The following pages and posts are tagged with

TitleTypeExcerpt
API Page Important: This section is now outdated and unsupported. Click here for the latest release. Structure and Overview Offline Player Cache offers a small API package, located at com.github.clevernucleus.opc.api and contains the following: 📂api ┣📄CacheableValue.java abstract class...
Cacheable Value Page This section details the content and implementation of the Cacheable Value abstract class from a developer perspective.
Home Page Offline Player Cache (OPC) is a Minecraft API mod built using the Fabric framework to allow caching player data on the server while the player is offline. Th...
API Page Structure and Overview Offline Player Cache offers a small API package, located at com.github.clevernucleus.opc.api and contains the following: 📂api ┣📄CacheableValue.java interface ┗📄OfflinePlayerCache.java interface The contents of CacheableValue.java are available here. The contents of OfflinePlayerCache.java are shown below:...
Cacheable Value Page This section details the content and implementation of the Cacheable Value interface from a developer perspective.
Home Page Offline Player Cache (OPC) is a Minecraft API mod built using the Fabric framework to allow caching player data on the server while the player is offline. Th...