Package net.minecraft.server.level
Class OtherServerLevel
java.lang.Object
net.minecraft.level.Level
net.minecraft.server.level.ServerLevel
net.minecraft.server.level.OtherServerLevel
- All Implemented Interfaces:
BlockView
- Mappings:
Namespace Name intermediary net/minecraft/class_120glue class_162server egclient net/minecraft/class_120named net/minecraft/server/level/OtherServerLevel
-
Field Summary
Fields inherited from class net.minecraft.server.level.ServerLevel
field_274, field_275, serverLevelSourceFields inherited from class net.minecraft.level.Level
cache, difficulty, dimension, dimensionData, entities, field_197, field_201, field_202, field_203, field_209, field_210, field_212, field_215, field_221, field_222, isServerSide, levelListeners, players, prevRainGradient, prevThunderGradient, properties, rainGradient, rand, stopPhysics, thunderGradient, tileEntities, unusedIncrement -
Constructor Summary
ConstructorsConstructorDescriptionOtherServerLevel(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2, ServerLevel serverLevel) -
Method Summary
Methods inherited from class net.minecraft.server.level.ServerLevel
createExplosion, getChunkCache, method_171, method_184, method_185, method_193, method_219, method_224, method_226, method_245, method_328, method_329, method_330, method_331Methods inherited from class net.minecraft.level.Level
addEntities, addLevelListener, addParticle, addPlayer, canPlaceTile, canRainAt, canSkipNight, canSpawnEntity, canSuffocate, checkSessionLock, createExplosion, disconnect, getBiomeSource, getBrightness, getCache, getChunk, getChunkFromCache, getClosestPlayer, getClosestPlayerTo, getDimensionData, getEntities, getEntities, getEntities, getHeight, getLevelTime, getLightLevel, getMaterial, getPlayerByName, getProperties, getRainGradient, getSeed, getSpawnPosition, getThunderGradient, getTileEntity, getTileId, getTileMeta, getTopBlockAboveSeaLevel, hasRedstonePower, isAboveGround, isAboveGroundCached, isAir, isDaylight, isFullOpaque, isRaining, isThundering, isTileLoaded, method_151, method_153, method_155, method_160, method_161, method_162, method_163, method_164, method_165, method_166, method_167, method_169, method_170, method_172, method_174, method_176, method_1784, method_179, method_180, method_181, method_189, method_190, method_192, method_194, method_196, method_198, method_202, method_203, method_204, method_205, method_206, method_207, method_208, method_209, method_212, method_216, method_217, method_218, method_223, method_225, method_227, method_228, method_232, method_233, method_235, method_237, method_240, method_241, method_242, method_243, method_246, method_247, method_248, method_250, method_263, method_274, method_275, method_278, method_279, method_282, method_283, method_284, method_285, method_286, method_287, method_288, method_290, method_292, method_294, method_295, onPlayerDisconnect, placeBlockWithMetaData, placeTile, placeTile, playLevelEvent, playLevelEvent, playSound, playSound, removeEntity, removeEntityServer, removeLevelListener, removeTileEntity, saveLevel, saveLevel, setLevelTime, setRainGradient, setSpawnPosition, setTile, setTileEntity, setTileInChunk, setTileMeta, setTileWithMetadata, spawnEntity, updateAdjacentBlocks, wakeUpSleepingPlayers
-
Constructor Details
-
OtherServerLevel
public OtherServerLevel(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2, ServerLevel serverLevel)
-