Uses of Interface
io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
Package
Description
This package contains all extensions of
Event
that Slimefun provides
and allows you to listen to.This package contains classes that are centered around the
GEOResource
API.This package holds the core systems of Slimefun, these are not necessarily used as an API
but rather provide the core functionality of this
Plugin
.This package contains implementations of
MachineOperation
.-
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.api.events
Modifier and TypeMethodDescriptionGEOResourceGenerationEvent.getResource()
This method returns theGEOResource
that is being generatedModifierConstructorDescriptionGEOResourceGenerationEvent
(World world, Biome biome, int x, int z, GEOResource resource, int value) -
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.api.geo
Modifier and TypeMethodDescriptionResourceManager.getSupplies
(GEOResource resource, World world, int x, int z) This method returns the amount of a certainGEOResource
found in a givenChunk
.void
ResourceManager.setSupplies
(GEOResource resource, World world, int x, int z, int value) This method will set the supplies in a givenChunk
to the specified value. -
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.core
Modifier and TypeMethodDescriptionio.github.bakedlibs.dough.collections.KeyMap<GEOResource>
SlimefunRegistry.getGEOResources()
-
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.implementation.operations