public abstract class MixinWorldServer extends MixinWorld
loadedEntityList, loadedTileEntityList, provider, rand, spongeScoreboard, worldConfig, worldInfo, worldScoreboard
Constructor and Description |
---|
MixinWorldServer() |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.block.ScheduledBlockUpdate |
addScheduledUpdate(int x,
int y,
int z,
int priority,
int ticks) |
Collection<org.spongepowered.api.block.ScheduledBlockUpdate> |
getScheduledUpdates(int x,
int y,
int z) |
boolean |
isPlayerFullyAsleep(net.minecraft.entity.player.EntityPlayer entityPlayer) |
boolean |
isSpectatorAndNotIgnored(net.minecraft.entity.player.EntityPlayer entityPlayer) |
boolean |
isSpectatorOrIgnored(net.minecraft.entity.player.EntityPlayer entityPlayer) |
void |
onCreateSpawnPosition(net.minecraft.world.WorldSettings settings,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
onInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.World> cir,
net.minecraft.scoreboard.ScoreboardSaveData scoreboardsavedata) |
void |
onInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.World> cir,
String s,
net.minecraft.village.VillageCollection villagecollection,
net.minecraft.scoreboard.ScoreboardSaveData scoreboardsavedata) |
void |
onPostInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.World> ci) |
void |
removeScheduledUpdate(int x,
int y,
int z,
org.spongepowered.api.block.ScheduledBlockUpdate update) |
clearTitle, containsBiome, containsBlock, createEntity, createEntity, createEntity, createEntity, createSnapshot, doesKeepSpawnLoaded, forecast, forecast, getBiome, getBiomeGenForCoords, getBiomeMax, getBiomeMin, getBiomeSize, getBlock, getBlockMax, getBlockMin, getBlockSize, getBlockState, getBlockType, getChunk, getChunk, getChunkFromChunkCoords, getChunkProvider, getContext, getCreationSettings, getDifficulty, getDimension, getEntities, getEntities, getEntities, getEntity, getExtentView, getExtentView, getGameRule, getGameRules, getGeneratorPopulators, getIndirectlyPoweredBlockFaces, getLightFor, getLoadedChunks, getLocation, getLocation, getLocation, getLocation, getName, getPopulators, getPoweredBlockFaces, getProperties, getRedstonePower, getRelativeExtentView, getRemainingDuration, getScoreboard, getSkylightSubtracted, getSpawnLocation, getStrongPower, getTileEntities, getTileEntities, getTileEntity, getTileEntity, getUniqueId, getWeather, getWorldBorder, getWorldChunkManager, getWorldConfig, getWorldGenerator, isBlockFaceIndirectlyPowered, isBlockFacePowered, isBlockFlammable, isBlockIndirectlyGettingPowered, isBlockPowered, isChunkLoaded, isLoaded, loadChunk, loadChunk, newExplosion, onConstructed, onGetCollidingBoundingBoxes, playSound, playSound, playSound, playSoundEffect, resetTitle, restoreSnapshot, restoreSnapshot, sendMessage, sendMessage, sendTitle, setBiome, setBlock, setKeepSpawnLoaded, setScoreboard, setWorldGenerator, shadow$getDifficulty, shadow$getWorldBorder, spawnEntity, spawnEntityInWorld, spawnParticles, spawnParticles, triggerExplosion, unloadChunk, updateWorldGenerator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTeleporterAgent, getWorldStorage
addScheduledUpdate, createSnapshot, digBlock, digBlock, digBlockWith, digBlockWith, getBlockDigTimeWith, getBlockDigTimeWith, getIndirectlyPoweredBlockFaces, getPoweredBlockFaces, getScheduledUpdates, interactBlock, interactBlock, interactBlockWith, interactBlockWith, isBlockFaceIndirectlyPowered, isBlockFacePowered, isBlockFlammable, removeScheduledUpdate, restoreSnapshot, setBlock, setBlock, setBlockType, setBlockType
getBlockView, getBlockView, getRelativeBlockView, setBlock, setBlockType, setBlockType
containsBlock, getBlock, getBlockCopy, getBlockCopy, getBlockType, getImmutableBlockCopy, getUnmodifiableBlockView
getBiomeView, getBiomeView, getRelativeBiomeView, setBiome
containsBiome, getBiome, getBiomeCopy, getBiomeCopy, getImmutableBiomeCopy, getUnmodifiableBiomeView
copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, get, get, get, get, getKeys, getKeys, getManipulators, getManipulators, getOrCreate, getOrCreate, getOrElse, getOrElse, getOrNull, getOrNull, getProperties, getProperties, getProperty, getProperty, getValue, getValue, getValues, getValues, offer, offer, offer, offer, offer, offer, offer, offer, offer, offer, offer, remove, remove, remove, remove, setRawData, setRawData, supports, supports, supports, supports, supports, supports, supports, supports, transform, transform, undo, undo, validateRawData, validateRawData
public void onCreateSpawnPosition(net.minecraft.world.WorldSettings settings, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void onInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.World> cir, String s, net.minecraft.village.VillageCollection villagecollection, net.minecraft.scoreboard.ScoreboardSaveData scoreboardsavedata)
public void onInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.World> cir, net.minecraft.scoreboard.ScoreboardSaveData scoreboardsavedata)
public void onPostInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.World> ci)
public Collection<org.spongepowered.api.block.ScheduledBlockUpdate> getScheduledUpdates(int x, int y, int z)
public org.spongepowered.api.block.ScheduledBlockUpdate addScheduledUpdate(int x, int y, int z, int priority, int ticks)
public void removeScheduledUpdate(int x, int y, int z, org.spongepowered.api.block.ScheduledBlockUpdate update)
public boolean isSpectatorOrIgnored(net.minecraft.entity.player.EntityPlayer entityPlayer)
public boolean isPlayerFullyAsleep(net.minecraft.entity.player.EntityPlayer entityPlayer)
public boolean isSpectatorAndNotIgnored(net.minecraft.entity.player.EntityPlayer entityPlayer)