public class VolatileWorldHandlerDisabled extends Object implements VolatileWorldHandler
Constructor and Description |
---|
VolatileWorldHandlerDisabled() |
Modifier and Type | Method and Description |
---|---|
float |
getDifficultyScale(AbstractLocation location) |
void |
playSoundAtLocation(AbstractLocation location,
String sound,
float volume,
float pitch,
double radius) |
void |
registerWorldAccess(org.bukkit.World world) |
void |
unregisterWorldAccess(org.bukkit.World world) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeWorldServerThread, doBlockTossEffect, getEntitiesInChunk, getEntitiesNearLocation, getEntitiesNearLocation, isChunkLoaded, rayTrace, rayTrace, restoreWorldServerThread
public void registerWorldAccess(org.bukkit.World world)
registerWorldAccess
in interface VolatileWorldHandler
public void unregisterWorldAccess(org.bukkit.World world)
unregisterWorldAccess
in interface VolatileWorldHandler
public void playSoundAtLocation(AbstractLocation location, String sound, float volume, float pitch, double radius)
playSoundAtLocation
in interface VolatileWorldHandler
public float getDifficultyScale(AbstractLocation location)
getDifficultyScale
in interface VolatileWorldHandler
Copyright © 2020. All rights reserved.