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.8
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PaperMC Despawned Items
PaperMC Despawned Items
/
io.fairyfox.papermc.despawneditems.config
/
ParticleData
/
Resolved
Resolved
data
class
Resolved
(
val
particle
:
Particle
,
val
data
:
Any
?
,
val
warning
:
String
?
)
The resolved particle, its spawn data (or null), and an optional warning to log.
Members
Constructors
Resolved
Link copied to clipboard
constructor
(
particle
:
Particle
,
data
:
Any
?
,
warning
:
String
?
)
Properties
data
Link copied to clipboard
val
data
:
Any
?
particle
Link copied to clipboard
val
particle
:
Particle
warning
Link copied to clipboard
val
warning
:
String
?