Package net.minecraft.server.world
Class ServerWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.server.world.ServerWorld
- All Implemented Interfaces:
AutoCloseable,class_3593,class_3600,class_3601,class_3602,ThreadExecutor,BlockView,IWorld,RenderBlockView
- Direct Known Subclasses:
DemoServerWorld,MultiServerWorld
- Mappings:
Namespace Name official tdintermediary net/minecraft/class_795named net/minecraft/server/world/ServerWorld
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EntityTrackerprotected final ZombieSiegeManagerprivate final class_3603<Block>private final class_3603<Fluid>private boolean(package private) ObjectLinkedOpenHashSet<BlockAction>private final MobSpawnerHelperprivate intprivate static final Loggerprivate final PlayerWorldManagerprivate final PortalTeleporterprivate booleanbooleanprivate final MinecraftServerFields inherited from class net.minecraft.world.World
blockEntities, chunkProvider, dimension, entities, eventListeners, field_12436, field_17503, idToEntity, isClient, lcgBlockSeed, levelProperties, loadedEntities, playerEntities, profiler, rainGradient, rainGradientPrev, random, saveHandler, spawnAnimals, spawnMonsters, thunderGradient, thunderGradientPrev, tickingBlockEntities, unloadedEntities, unusedIncrement, villageState -
Constructor Summary
ConstructorsConstructorDescriptionServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, Profiler profiler) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlockAction(BlockPos pos, Block block, int type, int data) booleanbooleancanPlayerModifyAt(PlayerEntity player, BlockPos pos) voidcheckChunk(Entity entity, boolean bl) voidclose()protected ChunkProviderprivate voidbooleanbooleanisReady()protected BlockPosmethod_10749(BlockPos blockPos) booleanmethod_10753(EntityCategory entityCategory, Biome.SpawnEntry spawnEntry, BlockPos blockPos) method_10754(EntityCategory entityCategory, BlockPos blockPos) private booleanprivate booleanprotected voidprotected voidprivate booleanmethod_12781(Entity entity) method_13688(String string, BlockPos blockPos, int int2, boolean bool) method_16320(Entity entity, DamageSource damageSource, double double2, double double3, double double4, float float2, boolean bool, boolean bool2) voidmethod_16327(BooleanSupplier booleanSupplier) voidmethod_16328(Stream<Entity> stream) booleanmethod_21256(int int2, int int3) private voidmethod_21258(TickableEntry<Fluid> tickableEntry) <T extends ParticleEffect>
intmethod_21261(T t, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8) <T extends ParticleEffect>
booleanmethod_21262(ServerPlayerEntity serverPlayerEntity, T t, boolean bool, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8) private booleanmethod_21263(ServerPlayerEntity serverPlayerEntity, boolean bool, double double2, double double3, double double4, Packet<?> packet) private voidmethod_21264(TickableEntry<Block> tickableEntry) booleanvoidprivate voidprotected voidprivate booleanmethod_2137(BlockAction blockAction) protected voidvoidvoidbooleanmethod_8487(int int2, int int3, boolean bool) protected voidonEntityRemoved(Entity entity) protected voidonEntitySpawned(Entity entity) protected voidvoidprivate voidvoidsave(boolean bool, ProgressListener listener) voidsendEntityStatus(Entity entity, byte status) private voidvoidvoidbooleanspawnEntity(Entity entity) protected voidvoidprotected voidMethods inherited from class net.minecraft.world.World
addBlockEntities, addBlockEntity, addDetailsToCrashReport, addFireworkParticle, addListener, addToCrashReport, calculateAmbientDarkness, containsFireSource, containsMaterial, createExplosion, createExplosion, disconnect, extinguishFire, getAmbientDarkness, getBlockEntity, getBlockState, getChunk, getChunkProvider, getCloudColor, getDebugString, getEffectiveHeight, getEmittedRedstonePower, getEntitiesByClass, getEntitiesInBox, getEntityById, getFluidState, getFogColor, getGameRules, getHorizonHeight, getLastUpdateTime, getLevelProperties, getLocalDifficulty, getLuminance, getMaxBuildHeight, getPlayerByName, getPlayerByUuid, getRainGradient, getRandom, getReceivedRedstonePower, getReceivedStrongRedstonePower, getSaveHandler, getSeaLevel, getSeed, getSkyAngleRadians, getSpawnPos, getThunderGradient, getTimeOfDay, getVillageState, getWorldBorder, hasDirectSunlight, hasHighHumidity, hasRain, initWeatherGradients, isBoxNotEmpty, isChunkLoaded, isDay, isEmittingRedstonePower, isPlayerInRange, isRaining, isReceivingRedstonePower, isThundering, loadEntity, markDirty, method_11475, method_11479, method_11480, method_11481, method_11483, method_11484, method_11492, method_13692, method_16288, method_16316, method_16318, method_16319, method_16322, method_16323, method_16324, method_16325, method_16326, method_16329, method_16331, method_16332, method_16333, method_16334, method_16335, method_16338, method_16339, method_16342, method_16343, method_16347, method_16348, method_16360, method_16368, method_16369, method_16370, method_16372, method_16379, method_16390, method_16393, method_16399, method_16403, method_3597, method_3605, method_3612, method_3614, method_3615, method_3631, method_3645, method_3649, method_3700, method_3704, method_3705, method_3707, method_4689, method_4690, method_8509, method_8521, method_8539, method_8540, method_8545, method_8546, method_8568, method_8575, method_8576, method_8577, method_8578, method_8579, onLightUpdate, onRenderRegionUpdate, onRenderRegionUpdate, playSound, playSound, playSound, queueBlockEntity, rayTrace, readSaveLock, removeBlock, removeBlockEntity, removeEntity, removeListener, setAir, setAmbientDarkness, setBlockBreakingInfo, setBlockEntity, setBlockState, setBlockState, setRainGradient, setSeaLevel, setSpawnPos, setThunderGradient, setTime, setTimeOfDay, syncGlobalEvent, syncWorldEvent, unloadEntities, updateHorizontalAdjacent, updateNeighborsExceptMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockView
getMaxLightLevelMethods inherited from interface net.minecraft.class_3593
getEntities, method_16289Methods inherited from interface net.minecraft.class_3601
method_16396, method_16397, method_16398Methods inherited from interface net.minecraft.world.IWorld
method_16344, method_16345, method_16346, method_16349, method_16351Methods inherited from interface net.minecraft.world.RenderBlockView
method_16356, method_16357, method_16358, method_16359, method_16361, method_16362, method_16364, method_16365, method_16366, method_16367, method_16371, method_16373, method_16374, method_16375, method_16378, method_16380, method_16381, method_16382, method_16383, method_16384, method_16385, method_16386, method_16387, method_16388, method_16389, method_16391, method_16392, method_16394
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLtd;a:Lorg/apache/logging/log4j/Logger;intermediary field_8892Lnet/minecraft/class_795;field_8892:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/world/ServerWorld;LOGGER:Lorg/apache/logging/log4j/Logger;
-
server
- Mappings:
Namespace Name Mixin selector official FLtd;F:Lnet/minecraft/server/MinecraftServer;intermediary field_2819Lnet/minecraft/class_795;field_2819:Lnet/minecraft/server/MinecraftServer;named serverLnet/minecraft/server/world/ServerWorld;server:Lnet/minecraft/server/MinecraftServer;
-
entityTracker
- Mappings:
Namespace Name Mixin selector official GLtd;G:Lsz;intermediary field_2809Lnet/minecraft/class_795;field_2809:Lnet/minecraft/class_790;named entityTrackerLnet/minecraft/server/world/ServerWorld;entityTracker:Lnet/minecraft/entity/EntityTracker;
-
playerWorldManager
- Mappings:
Namespace Name Mixin selector official HLtd;H:Ltl;intermediary field_2810Lnet/minecraft/class_795;field_2810:Lnet/minecraft/class_792;named playerWorldManagerLnet/minecraft/server/world/ServerWorld;playerWorldManager:Lnet/minecraft/server/PlayerWorldManager;
-
entitiesByUuid
- Mappings:
Namespace Name Mixin selector official ILtd;I:Ljava/util/Map;intermediary field_11759Lnet/minecraft/class_795;field_11759:Ljava/util/Map;named entitiesByUuidLnet/minecraft/server/world/ServerWorld;entitiesByUuid:Ljava/util/Map;
-
savingDisabled
public boolean savingDisabled- Mappings:
Namespace Name Mixin selector official bLtd;b:Zintermediary field_2822Lnet/minecraft/class_795;field_2822:Znamed savingDisabledLnet/minecraft/server/world/ServerWorld;savingDisabled:Z
-
ready
private boolean ready- Mappings:
Namespace Name Mixin selector official JLtd;J:Zintermediary field_2813Lnet/minecraft/class_795;field_2813:Znamed readyLnet/minecraft/server/world/ServerWorld;ready:Z
-
idleTimeout
private int idleTimeout- Mappings:
Namespace Name Mixin selector official KLtd;K:Iintermediary field_2814Lnet/minecraft/class_795;field_2814:Inamed idleTimeoutLnet/minecraft/server/world/ServerWorld;idleTimeout:I
-
portalTeleporter
- Mappings:
Namespace Name Mixin selector official LLtd;L:Layk;intermediary field_5302Lnet/minecraft/class_795;field_5302:Lnet/minecraft/class_1163;named portalTeleporterLnet/minecraft/server/world/ServerWorld;portalTeleporter:Lnet/minecraft/entity/PortalTeleporter;
-
field_6728
- Mappings:
Namespace Name Mixin selector official MLtd;M:Layj;intermediary field_6728Lnet/minecraft/class_795;field_6728:Lnet/minecraft/class_1162;named field_6728Lnet/minecraft/server/world/ServerWorld;field_6728:Lnet/minecraft/entity/MobSpawnerHelper;
-
field_21842
- Mappings:
Namespace Name Mixin selector official NLtd;N:Laym;intermediary field_21842Lnet/minecraft/class_795;field_21842:Lnet/minecraft/class_3603;named field_21842Lnet/minecraft/server/world/ServerWorld;field_21842:Lnet/minecraft/class_3603;
-
field_21843
- Mappings:
Namespace Name Mixin selector official OLtd;O:Laym;intermediary field_21843Lnet/minecraft/class_795;field_21843:Lnet/minecraft/class_3603;named field_21843Lnet/minecraft/server/world/ServerWorld;field_21843:Lnet/minecraft/class_3603;
-
field_11761
- Mappings:
Namespace Name Mixin selector official cLtd;c:Lajh;intermediary field_11761Lnet/minecraft/class_795;field_11761:Lnet/minecraft/class_940;named field_11761Lnet/minecraft/server/world/ServerWorld;field_11761:Lnet/minecraft/village/ZombieSiegeManager;
-
field_21845
ObjectLinkedOpenHashSet<BlockAction> field_21845- Mappings:
Namespace Name Mixin selector official dLtd;d:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;intermediary field_21845Lnet/minecraft/class_795;field_21845:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;named field_21845Lnet/minecraft/server/world/ServerWorld;field_21845:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
-
field_21844
private boolean field_21844- Mappings:
Namespace Name Mixin selector official PLtd;P:Zintermediary field_21844Lnet/minecraft/class_795;field_21844:Znamed field_21844Lnet/minecraft/server/world/ServerWorld;field_21844:Z
-
-
Constructor Details
-
ServerWorld
public ServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, Profiler profiler)
-
-
Method Details
-
method_21265
- Mappings:
Namespace Name Mixin selector official i_Ltd;i_()Ltd;intermediary method_21265Lnet/minecraft/class_795;method_21265()Lnet/minecraft/class_795;named method_21265Lnet/minecraft/server/world/ServerWorld;method_21265()Lnet/minecraft/server/world/ServerWorld;
-
method_16327
- Overrides:
method_16327in classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Ljava/util/function/BooleanSupplier;)Vintermediary method_16327Lnet/minecraft/class_1150;method_16327(Ljava/util/function/BooleanSupplier;)Vnamed method_16327Lnet/minecraft/world/World;method_16327(Ljava/util/function/BooleanSupplier;)V
-
method_21266
public boolean method_21266()- Mappings:
Namespace Name Mixin selector official j_Ltd;j_()Zintermediary method_21266Lnet/minecraft/class_795;method_21266()Znamed method_21266Lnet/minecraft/server/world/ServerWorld;method_21266()Z
-
method_10754
- Mappings:
Namespace Name Mixin selector official aLtd;a(Lafc;Lel;)Layu$e;intermediary method_10754Lnet/minecraft/class_795;method_10754(Lnet/minecraft/class_872;Lnet/minecraft/class_2552;)Lnet/minecraft/class_1170$class_1171;named method_10754Lnet/minecraft/server/world/ServerWorld;method_10754(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome$SpawnEntry;
-
method_10753
public boolean method_10753(EntityCategory entityCategory, Biome.SpawnEntry spawnEntry, BlockPos blockPos) - Mappings:
Namespace Name Mixin selector official aLtd;a(Lafc;Layu$e;Lel;)Zintermediary method_10753Lnet/minecraft/class_795;method_10753(Lnet/minecraft/class_872;Lnet/minecraft/class_1170$class_1171;Lnet/minecraft/class_2552;)Znamed method_10753Lnet/minecraft/server/world/ServerWorld;method_10753(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/world/biome/Biome$SpawnEntry;Lnet/minecraft/util/math/BlockPos;)Z
-
method_3669
public void method_3669()- Overrides:
method_3669in classWorld- Mappings:
Namespace Name Mixin selector official k_Laxy;k_()Vintermediary method_3669Lnet/minecraft/class_1150;method_3669()Vnamed method_3669Lnet/minecraft/world/World;method_3669()V
-
getScoreboard
- Specified by:
getScoreboardin classWorld- Mappings:
Namespace Name Mixin selector official l_Ltd;l_()Lpr;intermediary method_21268Lnet/minecraft/class_795;method_21268()Lnet/minecraft/class_1545;named getScoreboardLnet/minecraft/server/world/ServerWorld;getScoreboard()Lnet/minecraft/scoreboard/ServerScoreboard;
-
method_2141
protected void method_2141()- Mappings:
Namespace Name Mixin selector official iLtd;i()Vintermediary method_2141Lnet/minecraft/class_795;method_2141()Vnamed method_2141Lnet/minecraft/server/world/ServerWorld;method_2141()V
-
resetWeather
private void resetWeather()- Mappings:
Namespace Name Mixin selector official bLtd;b()Vintermediary method_2130Lnet/minecraft/class_795;method_2130()Vnamed resetWeatherLnet/minecraft/server/world/ServerWorld;resetWeather()V
-
isReady
public boolean isReady()- Mappings:
Namespace Name Mixin selector official jLtd;j()Zintermediary method_2142Lnet/minecraft/class_795;method_2142()Znamed isReadyLnet/minecraft/server/world/ServerWorld;isReady()Z
-
setDefaultSpawnClient
- Overrides:
setDefaultSpawnClientin classWorld- Mappings:
Namespace Name Mixin selector official m_Laxy;m_()Vintermediary method_3694Lnet/minecraft/class_1150;method_3694()Vnamed setDefaultSpawnClientLnet/minecraft/world/World;setDefaultSpawnClient()V
-
method_8487
public boolean method_8487(int int2, int int3, boolean bool) - Specified by:
method_8487in interfaceRenderBlockView- Mappings:
Namespace Name Mixin selector official aLayc;a(IIZ)Zintermediary method_8487Lnet/minecraft/class_3599;method_8487(IIZ)Znamed method_8487Lnet/minecraft/world/RenderBlockView;method_8487(IIZ)Z
-
method_21256
public boolean method_21256(int int2, int int3) - Mappings:
Namespace Name Mixin selector official aLtd;a(II)Zintermediary method_21256Lnet/minecraft/class_795;method_21256(II)Znamed method_21256Lnet/minecraft/server/world/ServerWorld;method_21256(II)Z
-
method_12780
protected void method_12780()- Mappings:
Namespace Name Mixin selector official lLtd;l()Vintermediary method_12780Lnet/minecraft/class_795;method_12780()Vnamed method_12780Lnet/minecraft/server/world/ServerWorld;method_12780()V
-
tickBlocks
protected void tickBlocks()- Overrides:
tickBlocksin classWorld- Mappings:
Namespace Name Mixin selector official n_Laxy;n_()Vintermediary method_3701Lnet/minecraft/class_1150;method_3701()Vnamed tickBlocksLnet/minecraft/world/World;tickBlocks()V
-
method_10749
- Mappings:
Namespace Name Mixin selector official aLtd;a(Lel;)Lel;intermediary method_10749Lnet/minecraft/class_795;method_10749(Lnet/minecraft/class_2552;)Lnet/minecraft/class_2552;named method_10749Lnet/minecraft/server/world/ServerWorld;method_10749(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
tickEntities
public void tickEntities()- Overrides:
tickEntitiesin classWorld- Mappings:
Namespace Name Mixin selector official o_Laxy;o_()Vintermediary method_3706Lnet/minecraft/class_1150;method_3706()Vnamed tickEntitiesLnet/minecraft/world/World;tickEntities()V
-
method_11491
protected void method_11491()- Overrides:
method_11491in classWorld- Mappings:
Namespace Name Mixin selector official p_Laxy;p_()Vintermediary method_11491Lnet/minecraft/class_1150;method_11491()Vnamed method_11491Lnet/minecraft/world/World;method_11491()V
-
resetIdleTimeout
public void resetIdleTimeout()- Mappings:
Namespace Name Mixin selector official pLtd;p()Vintermediary method_4411Lnet/minecraft/class_795;method_4411()Vnamed resetIdleTimeoutLnet/minecraft/server/world/ServerWorld;resetIdleTimeout()V
-
method_21269
public void method_21269()- Mappings:
Namespace Name Mixin selector official qLtd;q()Vintermediary method_21269Lnet/minecraft/class_795;method_21269()Vnamed method_21269Lnet/minecraft/server/world/ServerWorld;method_21269()V
-
method_21258
- Mappings:
Namespace Name Mixin selector official aLtd;a(Layp;)Vintermediary method_21258Lnet/minecraft/class_795;method_21258(Lnet/minecraft/class_1165;)Vnamed method_21258Lnet/minecraft/server/world/ServerWorld;method_21258(Lnet/minecraft/util/TickableEntry;)V
-
method_21264
- Mappings:
Namespace Name Mixin selector official bLtd;b(Layp;)Vintermediary method_21264Lnet/minecraft/class_795;method_21264(Lnet/minecraft/class_1165;)Vnamed method_21264Lnet/minecraft/server/world/ServerWorld;method_21264(Lnet/minecraft/util/TickableEntry;)V
-
checkChunk
- Overrides:
checkChunkin classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Laer;Z)Vintermediary method_3636Lnet/minecraft/class_1150;method_3636(Lnet/minecraft/class_864;Z)Vnamed checkChunkLnet/minecraft/world/World;checkChunk(Lnet/minecraft/entity/Entity;Z)V
-
method_10755
private boolean method_10755()- Mappings:
Namespace Name Mixin selector official akLtd;ak()Zintermediary method_10755Lnet/minecraft/class_795;method_10755()Znamed method_10755Lnet/minecraft/server/world/ServerWorld;method_10755()Z
-
method_10756
private boolean method_10756()- Mappings:
Namespace Name Mixin selector official alLtd;al()Zintermediary method_10756Lnet/minecraft/class_795;method_10756()Znamed method_10756Lnet/minecraft/server/world/ServerWorld;method_10756()Z
-
getChunkCache
- Specified by:
getChunkCachein classWorld- Mappings:
Namespace Name Mixin selector official rLaxy;r()Lbnc;intermediary method_3712Lnet/minecraft/class_1150;method_3712()Lnet/minecraft/class_1193;named getChunkCacheLnet/minecraft/world/World;getChunkCache()Lnet/minecraft/world/chunk/ChunkProvider;
-
canPlayerModifyAt
- Overrides:
canPlayerModifyAtin classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Laog;Lel;)Zintermediary method_8517Lnet/minecraft/class_1150;method_8517(Lnet/minecraft/class_988;Lnet/minecraft/class_2552;)Znamed canPlayerModifyAtLnet/minecraft/world/World;canPlayerModifyAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)Z
-
setPropertiesInitialized
- Overrides:
setPropertiesInitializedin classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Layd;)Vintermediary method_3641Lnet/minecraft/class_1150;method_3641(Lnet/minecraft/class_1156;)Vnamed setPropertiesInitializedLnet/minecraft/world/World;setPropertiesInitialized(Lnet/minecraft/world/level/LevelInfo;)V
-
setDebugLevelProperties
private void setDebugLevelProperties()- Mappings:
Namespace Name Mixin selector official amLtd;am()Vintermediary method_10757Lnet/minecraft/class_795;method_10757()Vnamed setDebugLevelPropertiesLnet/minecraft/server/world/ServerWorld;setDebugLevelProperties()V
-
init
- Mappings:
Namespace Name Mixin selector official bLtd;b(Layd;)Vintermediary method_2140Lnet/minecraft/class_795;method_2140(Lnet/minecraft/class_1156;)Vnamed initLnet/minecraft/server/world/ServerWorld;init(Lnet/minecraft/world/level/LevelInfo;)V
-
placeBonusChest
protected void placeBonusChest()- Mappings:
Namespace Name Mixin selector official sLtd;s()Vintermediary method_2143Lnet/minecraft/class_795;method_2143()Vnamed placeBonusChestLnet/minecraft/server/world/ServerWorld;placeBonusChest()V
-
getForcedSpawnPoint
- Mappings:
Namespace Name Mixin selector official tLtd;t()Lel;intermediary method_2144Lnet/minecraft/class_795;method_2144()Lnet/minecraft/class_2552;named getForcedSpawnPointLnet/minecraft/server/world/ServerWorld;getForcedSpawnPoint()Lnet/minecraft/util/math/BlockPos;
-
save
- Throws:
WorldSaveException- Mappings:
Namespace Name Mixin selector official aLtd;a(ZLxs;)Vintermediary method_8133Lnet/minecraft/class_795;method_8133(ZLnet/minecraft/class_841;)Vnamed saveLnet/minecraft/server/world/ServerWorld;save(ZLnet/minecraft/util/ProgressListener;)V
-
method_5323
public void method_5323()- Mappings:
Namespace Name Mixin selector official uLtd;u()Vintermediary method_5323Lnet/minecraft/class_795;method_5323()Vnamed method_5323Lnet/minecraft/server/world/ServerWorld;method_5323()V
-
method_2132
- Throws:
WorldSaveException- Mappings:
Namespace Name Mixin selector official aLtd;a()Vintermediary method_2132Lnet/minecraft/class_795;method_2132()Vnamed method_2132Lnet/minecraft/server/world/ServerWorld;method_2132()V
-
spawnEntity
- Specified by:
spawnEntityin interfaceclass_3602- Overrides:
spawnEntityin classWorld- Mappings:
Namespace Name Mixin selector official method_3686Laxy;method_3686(Laer;)Zintermediary method_3686Lnet/minecraft/class_1150;method_3686(Lnet/minecraft/class_864;)Znamed spawnEntityLnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z
-
method_16328
- Overrides:
method_16328in classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Ljava/util/stream/Stream;)Vintermediary method_16328Lnet/minecraft/class_1150;method_16328(Ljava/util/stream/Stream;)Vnamed method_16328Lnet/minecraft/world/World;method_16328(Ljava/util/stream/Stream;)V
-
method_12781
- Mappings:
Namespace Name Mixin selector official jLtd;j(Laer;)Zintermediary method_12781Lnet/minecraft/class_795;method_12781(Lnet/minecraft/class_864;)Znamed method_12781Lnet/minecraft/server/world/ServerWorld;method_12781(Lnet/minecraft/entity/Entity;)Z
-
onEntitySpawned
- Overrides:
onEntitySpawnedin classWorld- Mappings:
Namespace Name Mixin selector official bLaxy;b(Laer;)Vintermediary method_3626Lnet/minecraft/class_1150;method_3626(Lnet/minecraft/class_864;)Vnamed onEntitySpawnedLnet/minecraft/world/World;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
-
onEntityRemoved
- Overrides:
onEntityRemovedin classWorld- Mappings:
Namespace Name Mixin selector official cLaxy;c(Laer;)Vintermediary method_3663Lnet/minecraft/class_1150;method_3663(Lnet/minecraft/class_864;)Vnamed onEntityRemovedLnet/minecraft/world/World;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
-
addEntity
-
sendEntityStatus
- Overrides:
sendEntityStatusin classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Laer;B)Vintermediary method_3627Lnet/minecraft/class_1150;method_3627(Lnet/minecraft/class_864;B)Vnamed sendEntityStatusLnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)V
-
method_3586
- Mappings:
Namespace Name Mixin selector official vLtd;v()Ltc;intermediary method_12782Lnet/minecraft/class_795;method_12782()Lnet/minecraft/class_794;named method_3586Lnet/minecraft/server/world/ServerWorld;method_3586()Lnet/minecraft/world/chunk/ServerChunkProvider;
-
method_16320
public Explosion method_16320(@Nullable Entity entity, DamageSource damageSource, double double2, double double3, double double4, float float2, boolean bool, boolean bool2) - Overrides:
method_16320in classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Laer;Laea;DDDFZZ)Laxr;intermediary method_16320Lnet/minecraft/class_1150;method_16320(Lnet/minecraft/class_864;Lnet/minecraft/class_856;DDDFZZ)Lnet/minecraft/class_1147;named method_16320Lnet/minecraft/world/World;method_16320(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;DDDFZZ)Lnet/minecraft/world/explosion/Explosion;
-
addBlockAction
- Overrides:
addBlockActionin classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Lel;Lbcs;II)Vintermediary method_3654Lnet/minecraft/class_1150;method_3654(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;II)Vnamed addBlockActionLnet/minecraft/world/World;addBlockAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
method_2131
private void method_2131()- Mappings:
Namespace Name Mixin selector official anLtd;an()Vintermediary method_2131Lnet/minecraft/class_795;method_2131()Vnamed method_2131Lnet/minecraft/server/world/ServerWorld;method_2131()V
-
method_2137
- Mappings:
Namespace Name Mixin selector official aLtd;a(Laxj;)Zintermediary method_2137Lnet/minecraft/class_795;method_2137(Lnet/minecraft/class_1166;)Znamed method_2137Lnet/minecraft/server/world/ServerWorld;method_2137(Lnet/minecraft/server/world/BlockAction;)Z
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classWorld- Mappings:
Namespace Name Mixin selector official closeLaxy;close()Vintermediary closeLnet/minecraft/class_1150;close()Vnamed closeLnet/minecraft/world/World;close()V
-
tickWeather
protected void tickWeather()- Overrides:
tickWeatherin classWorld- Mappings:
Namespace Name Mixin selector official wLaxy;w()Vintermediary method_3722Lnet/minecraft/class_1150;method_3722()Vnamed tickWeatherLnet/minecraft/world/World;tickWeather()V
-
getBlockTickScheduler
- Specified by:
getBlockTickSchedulerin interfaceIWorld- Mappings:
Namespace Name Mixin selector official xLtd;x()Laym;intermediary method_21270Lnet/minecraft/class_795;method_21270()Lnet/minecraft/class_3603;named getBlockTickSchedulerLnet/minecraft/server/world/ServerWorld;getBlockTickScheduler()Lnet/minecraft/class_3603;
-
method_16340
- Specified by:
method_16340in interfaceIWorld- Mappings:
Namespace Name Mixin selector official yLtd;y()Laym;intermediary method_21271Lnet/minecraft/class_795;method_21271()Lnet/minecraft/class_3603;named method_16340Lnet/minecraft/server/world/ServerWorld;method_16340()Lnet/minecraft/class_3603;
-
getServer
- Overrides:
getServerin classWorld- Mappings:
Namespace Name Mixin selector official method_2146Ltd;method_2146()Lnet/minecraft/server/MinecraftServer;intermediary method_2146Lnet/minecraft/class_795;method_2146()Lnet/minecraft/server/MinecraftServer;named getServerLnet/minecraft/server/world/ServerWorld;getServer()Lnet/minecraft/server/MinecraftServer;
-
getEntityTracker
- Mappings:
Namespace Name Mixin selector official ALtd;A()Lsz;intermediary method_2147Lnet/minecraft/class_795;method_2147()Lnet/minecraft/class_790;named getEntityTrackerLnet/minecraft/server/world/ServerWorld;getEntityTracker()Lnet/minecraft/entity/EntityTracker;
-
getPlayerWorldManager
- Mappings:
Namespace Name Mixin selector official BLtd;B()Ltl;intermediary method_2148Lnet/minecraft/class_795;method_2148()Lnet/minecraft/class_792;named getPlayerWorldManagerLnet/minecraft/server/world/ServerWorld;getPlayerWorldManager()Lnet/minecraft/server/PlayerWorldManager;
-
getPortalTeleporter
- Mappings:
Namespace Name Mixin selector official CLtd;C()Layk;intermediary method_4412Lnet/minecraft/class_795;method_4412()Lnet/minecraft/class_1163;named getPortalTeleporterLnet/minecraft/server/world/ServerWorld;getPortalTeleporter()Lnet/minecraft/entity/PortalTeleporter;
-
method_12783
- Mappings:
Namespace Name Mixin selector official DLtd;D()Lbxm;intermediary method_12783Lnet/minecraft/class_795;method_12783()Lnet/minecraft/class_3998;named method_12783Lnet/minecraft/server/world/ServerWorld;method_12783()Lnet/minecraft/class_3998;
-
method_21261
public <T extends ParticleEffect> int method_21261(T t, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8) - Mappings:
Namespace Name Mixin selector official aLtd;a(Lfk;DDDIDDDD)Iintermediary method_21261Lnet/minecraft/class_795;method_21261(Lnet/minecraft/class_4340;DDDIDDDD)Inamed method_21261Lnet/minecraft/server/world/ServerWorld;method_21261(Lnet/minecraft/particle/ParticleEffect;DDDIDDDD)I
-
method_21262
public <T extends ParticleEffect> boolean method_21262(ServerPlayerEntity serverPlayerEntity, T t, boolean bool, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8) - Mappings:
Namespace Name Mixin selector official aLtd;a(Ltf;Lfk;ZDDDIDDDD)Zintermediary method_21262Lnet/minecraft/class_795;method_21262(Lnet/minecraft/class_798;Lnet/minecraft/class_4340;ZDDDIDDDD)Znamed method_21262Lnet/minecraft/server/world/ServerWorld;method_21262(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/particle/ParticleEffect;ZDDDIDDDD)Z
-
method_21263
private boolean method_21263(ServerPlayerEntity serverPlayerEntity, boolean bool, double double2, double double3, double double4, Packet<?> packet) - Mappings:
Namespace Name Mixin selector official aLtd;a(Ltf;ZDDDLiv;)Zintermediary method_21263Lnet/minecraft/class_795;method_21263(Lnet/minecraft/class_798;ZDDDLnet/minecraft/class_700;)Znamed method_21263Lnet/minecraft/server/world/ServerWorld;method_21263(Lnet/minecraft/entity/player/ServerPlayerEntity;ZDDDLnet/minecraft/network/Packet;)Z
-
getEntity
- Mappings:
Namespace Name Mixin selector official aLtd;a(Ljava/util/UUID;)Laer;intermediary method_10752Lnet/minecraft/class_795;method_10752(Ljava/util/UUID;)Lnet/minecraft/class_864;named getEntityLnet/minecraft/server/world/ServerWorld;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
-
execute
- Specified by:
executein interfaceThreadExecutor- Mappings:
Namespace Name Mixin selector official aLacv;a(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;intermediary method_6635Lnet/minecraft/class_2605;method_6635(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;named executeLnet/minecraft/util/ThreadExecutor;execute(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
-
isOnThread
public boolean isOnThread()- Specified by:
isOnThreadin interfaceThreadExecutor- Mappings:
Namespace Name Mixin selector official avLacv;av()Zintermediary method_6640Lnet/minecraft/class_2605;method_6640()Znamed isOnThreadLnet/minecraft/util/ThreadExecutor;isOnThread()Z
-
method_13688
- Overrides:
method_13688in classWorld- Mappings:
Namespace Name Mixin selector official aLaxy;a(Ljava/lang/String;Lel;IZ)Lel;intermediary method_13688Lnet/minecraft/class_1150;method_13688(Ljava/lang/String;Lnet/minecraft/class_2552;IZ)Lnet/minecraft/class_2552;named method_13688Lnet/minecraft/world/World;method_13688(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;IZ)Lnet/minecraft/util/math/BlockPos;
-
method_16313
- Specified by:
method_16313in classWorld- Mappings:
Namespace Name Mixin selector official ELaxy;E()Lavl;intermediary method_16313Lnet/minecraft/class_1150;method_16313()Lnet/minecraft/class_1112;named method_16313Lnet/minecraft/world/World;method_16313()Lnet/minecraft/recipe/RecipeDispatcher;
-
method_16314
- Specified by:
method_16314in classWorld- Mappings:
Namespace Name Mixin selector official FLaxy;F()Lxb;intermediary method_16314Lnet/minecraft/class_1150;method_16314()Lnet/minecraft/class_4488;named method_16314Lnet/minecraft/world/World;method_16314()Lnet/minecraft/class_4488;
-