Uses of Interface
io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.api.events that return GEOResourceModifier and TypeMethodDescriptionGEOResourceGenerationEvent.getResource()This method returns theGEOResourcethat is being generatedConstructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type GEOResourceModifierConstructorDescriptionGEOResourceGenerationEvent(World world, Biome biome, int x, int z, GEOResource resource, int value) -
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.api.geo
Methods in io.github.thebusybiscuit.slimefun4.api.geo with parameters of type GEOResourceModifier and TypeMethodDescriptionResourceManager.getSupplies(GEOResource resource, World world, int x, int z) This method returns the amount of a certainGEOResourcefound in a givenChunk.voidResourceManager.setSupplies(GEOResource resource, World world, int x, int z, int value) This method will set the supplies in a givenChunkto the specified value. -
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core that return types with arguments of type GEOResourceModifier and TypeMethodDescriptionio.github.bakedlibs.dough.collections.KeyMap<GEOResource>SlimefunRegistry.getGEOResources() -
Uses of GEOResource in io.github.thebusybiscuit.slimefun4.implementation.operations
Constructors in io.github.thebusybiscuit.slimefun4.implementation.operations with parameters of type GEOResource