Fairy Fox
Home
Projects
Farms
Stories
Games
Docs
Updates
About
PaperMC Despawned Items
Overview
Project Notes
Systems
Reference
Tutorials
Changelog
API
Download
Legal
Repository ↗
Notes ↗
PaperMC Despawned Items
Toggle table of contents
1.4.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PaperMC Despawned Items
PaperMC Despawned Items
/
io.fairyfox.papermc.despawneditems
/
RecycleProgress
/
Result
Result
data
class
Result
(
val
stored
:
Int
,
val
rewarded
:
Boolean
,
val
remaining
:
Int
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
stored
:
Int
,
rewarded
:
Boolean
,
remaining
:
Int
)
Properties
remaining
Link copied to clipboard
val
remaining
:
Int
rewarded
Link copied to clipboard
val
rewarded
:
Boolean
stored
Link copied to clipboard
val
stored
:
Int