Package io.github.thebusybiscuit.slimefun4.core.services
package io.github.thebusybiscuit.slimefun4.core.services
This package provides a few "Services" that Slimefun uses.
These services can be considered like a black box, you put stuff in or just let them run,
they work independently.
-
ClassDescriptionThis class represents an analytics service that sends data.This Service creates a Backup of your Slimefun world data on every server shutdown.The
BlockDataService
is similar to theCustomItemDataService
, it is responsible for storing NBT data inside aTileState
.This Service is responsible for applying NBT data to aSlimefunItemStack
.This Service is responsible for applying custom model data to anySlimefunItemStack
if a Server Owner configured Slimefun to use those.As the name suggests, this Service is responsible for Localization.This Class represents a Metrics Service that sends data to https://bstats.org/ This data is used to analyse the usage of thisPlugin
.This Service is responsible for accessing aRecipeSnapshot
.This Service is responsible for handling thePermission
of aSlimefunItem
.This Service is responsible for disabling aSlimefunItem
in a certainWorld
.This Class represents ourPluginUpdater
Service.