public abstract class MixinWorldServer
extends net.minecraft.world.World
activeChunkSet, chunkProvider, DIST_HASH_MAGIC, entitiesById, findingSpawnPoint, isRemote, loadedEntityList, loadedTileEntityList, mapStorage, playerEntities, prevRainingStrength, prevThunderingStrength, provider, rainingStrength, rand, saveHandler, scheduledUpdatesAreImmediate, spawnHostileMobs, spawnPeacefulMobs, theProfiler, thunderingStrength, tickableTileEntities, tileEntitiesToBeRemoved, unloadedEntityList, updateLCG, villageCollectionObj, weatherEffects, worldAccesses, worldInfo, worldScoreboard
Modifier | Constructor and Description |
---|---|
protected |
MixinWorldServer(net.minecraft.world.storage.ISaveHandler saveHandlerIn,
net.minecraft.world.storage.WorldInfo info,
net.minecraft.world.WorldProvider providerIn,
net.minecraft.profiler.Profiler profilerIn,
boolean client) |
Modifier and Type | Method and Description |
---|---|
void |
callWorldOnExplosionEvent(net.minecraft.entity.Entity entityIn,
double x,
double y,
double z,
float strength,
boolean isFlaming,
boolean isSmoking,
org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.Explosion> cir,
net.minecraft.world.Explosion explosion) |
void |
onConstructed(net.minecraft.server.MinecraftServer server,
net.minecraft.world.storage.ISaveHandler saveHandlerIn,
net.minecraft.world.storage.WorldInfo info,
int dimensionId,
net.minecraft.profiler.Profiler profilerIn,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
addBlockEvent, addTileEntities, addTileEntity, addWeatherEffect, addWorldAccess, addWorldInfoToCrashReport, calculateInitialSkylight, calculateInitialWeather, calculateSkylightSubtracted, canBlockBePlaced, canBlockFreeze, canBlockFreezeNoWater, canBlockFreezeWater, canBlockSeeSky, canLightningStrike, canSeeSky, canSnowAt, checkBlockCollision, checkLight, checkLightFor, checkNoEntityCollision, checkNoEntityCollision, checkSessionLock, countEntities, createChunkProvider, createExplosion, destroyBlock, doesBlockHaveSolidTopSurface, extendedLevelsInChunkCache, extinguishFire, findNearestEntityWithinAABB, forceBlockUpdateTick, func_147461_a, func_175665_u, func_175712_a, getActualHeight, getBiomeGenForCoords, getBlockDensity, getBlockState, getCelestialAngle, getCelestialAngleRadians, getChunkFromBlockCoords, getChunkFromChunkCoords, getChunkProvider, getChunksLowestHorizon, getClosestPlayer, getClosestPlayerToEntity, getCloudColour, getCollidingBoundingBoxes, getCombinedLight, getCurrentDate, getCurrentMoonPhaseFactor, getDebugLoadedEntities, getDifficulty, getDifficultyForLocation, getEntities, getEntitiesInAABBexcluding, getEntitiesWithinAABB, getEntitiesWithinAABB, getEntitiesWithinAABBExcludingEntity, getEntityByID, getFogColor, getGameRules, getGroundAboveSeaLevel, getHeight, getHeight, getHorizon, getLastLightningBolt, getLight, getLight, getLightBrightness, getLightFor, getLightFromNeighbors, getLightFromNeighborsFor, getLoadedEntityList, getMapStorage, getMoonPhase, getPendingBlockUpdates, getPlayerEntityByName, getPlayerEntityByUUID, getPlayers, getPrecipitationHeight, getProviderName, getRainStrength, getRedstonePower, getRenderDistanceChunks, getSaveHandler, getScoreboard, getSeed, getSkyColor, getSkylightSubtracted, getSpawnPoint, getStarBrightness, getStrongholdPos, getStrongPower, getStrongPower, getSunBrightness, getThunderStrength, getTileEntity, getTopSolidOrLiquidBlock, getTotalWorldTime, getUniqueDataId, getVillageCollection, getWorldBorder, getWorldChunkManager, getWorldInfo, getWorldTime, getWorldType, handleMaterialAcceleration, init, initialize, isAABBInMaterial, isAirBlock, isAnyLiquid, isAnyPlayerWithinRangeAt, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isBlockIndirectlyGettingPowered, isBlockinHighHumidity, isBlockLoaded, isBlockLoaded, isBlockModifiable, isBlockNormalCube, isBlockPowered, isBlockTickPending, isChunkLoaded, isDaytime, isFindingSpawnPoint, isFlammableWithin, isInsideBorder, isMaterialInBB, isRaining, isSidePowered, isSpawnChunk, isThundering, joinEntityInSurroundings, loadEntities, loadItemData, makeFireworks, markBlockForUpdate, markBlockRangeForRenderUpdate, markBlockRangeForRenderUpdate, markBlocksDirtyVertical, markChunkDirty, markTileEntityForRemoval, newExplosion, notifyBlockOfStateChange, notifyLightSet, notifyNeighborsOfStateChange, notifyNeighborsOfStateExcept, notifyNeighborsRespectDebug, onEntityAdded, onEntityRemoved, playAuxSFX, playAuxSFXAtEntity, playBroadcastSound, playMoodSoundAndCheckLight, playRecord, playSound, playSoundAtEntity, playSoundEffect, playSoundToNearExcept, rayTraceBlocks, rayTraceBlocks, rayTraceBlocks, removeEntity, removePlayerEntityDangerously, removeTileEntity, removeWorldAccess, scheduleBlockUpdate, scheduleUpdate, sendBlockBreakProgress, sendQuittingDisconnectingPacket, setActivePlayerChunksAndCheckLight, setAllowedSpawnTypes, setBlockState, setBlockState, setBlockToAir, setEntityState, setInitialSpawnLocation, setItemData, setLastLightningBolt, setLightFor, setRainStrength, setRandomSeed, setSkylightSubtracted, setSpawnPoint, setThunderStrength, setTileEntity, setTotalWorldTime, setWorldTime, spawnEntityInWorld, spawnParticle, spawnParticle, tick, tickUpdates, unloadEntities, updateAllPlayersSleepingFlag, updateBlocks, updateBlockTick, updateComparatorOutputLevel, updateEntities, updateEntity, updateEntityWithOptionalForce, updateWeather
protected MixinWorldServer(net.minecraft.world.storage.ISaveHandler saveHandlerIn, net.minecraft.world.storage.WorldInfo info, net.minecraft.world.WorldProvider providerIn, net.minecraft.profiler.Profiler profilerIn, boolean client)
public void onConstructed(net.minecraft.server.MinecraftServer server, net.minecraft.world.storage.ISaveHandler saveHandlerIn, net.minecraft.world.storage.WorldInfo info, int dimensionId, net.minecraft.profiler.Profiler profilerIn, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void callWorldOnExplosionEvent(net.minecraft.entity.Entity entityIn, double x, double y, double z, float strength, boolean isFlaming, boolean isSmoking, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.Explosion> cir, net.minecraft.world.Explosion explosion)