yarn/mappings/net/minecraft/server/world/ServerWorld.mapping

70 lines
2.3 KiB
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS uu net/minecraft/server/world/ServerWorld
2019-02-10 02:49:48 -05:00
FIELD A blockEntitiesToUnload Ljava/util/List;
2019-02-06 15:22:24 -05:00
FIELD B server Lnet/minecraft/server/MinecraftServer;
2019-02-13 12:35:08 -05:00
FIELD C worldSaveHandler Lcjn;
FIELD D entityTracker Lup;
2019-02-06 15:22:24 -05:00
FIELD E entitiesByUuid Ljava/util/Map;
2019-02-10 02:49:48 -05:00
FIELD F allPlayersSleeping Z
2019-02-06 15:22:24 -05:00
FIELD G idleTimeout I
2019-02-13 12:35:08 -05:00
FIELD H portalForcer Lbdm;
FIELD I blockTickScheduler Lbdo;
FIELD J fluidTickScheduler Lbdo;
2019-02-06 15:22:24 -05:00
FIELD L pendingBlockActions Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
2019-02-10 02:49:48 -05:00
FIELD M insideTick Z
2019-01-24 11:47:45 -05:00
FIELD a savingDisabled Z
2019-02-06 15:22:24 -05:00
FIELD v LOGGER Lorg/apache/logging/log4j/Logger;
2019-02-10 02:49:48 -05:00
FIELD w globalEntities Ljava/util/List;
FIELD x regularEntities Ljava/util/List;
2019-02-13 12:35:08 -05:00
FIELD y entitiesById Lzd;
2019-02-10 02:49:48 -05:00
FIELD z entitiesToUnload Ljava/util/List;
2019-02-13 12:35:08 -05:00
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lcjn;Lcjm;Lbts;Lafm;Lve;)V
2019-01-09 11:05:18 -05:00
ARG 1 server
2019-02-10 02:49:48 -05:00
ARG 3 worldSaveHandler
ARG 4 properties
ARG 5 dimensionType
ARG 6 profiler
ARG 7 worldGenerationProgressListener
METHOD A checkSessionLock ()V
2019-02-13 12:35:08 -05:00
METHOD B getSaveHandler ()Lcjn;
METHOD C getPersistentStateManager ()Lcjl;
2019-02-06 15:22:24 -05:00
METHOD E getForcedChunks ()Lit/unimi/dsi/fastutil/longs/LongSet;
2019-02-10 02:49:48 -05:00
METHOD a getChunkSyncIfServerThread (IIZ)Ljava/util/concurrent/CompletableFuture;
ARG 1 x
ARG 2 z
ARG 3 create
2019-02-13 12:35:08 -05:00
METHOD a addLightning (Lapp;)Z
METHOD a init (Lbdf;)V
ARG 1 levelInfo
2019-02-13 12:35:08 -05:00
METHOD a unloadBlockEntity (Lbpd;)V
2019-02-10 02:49:48 -05:00
METHOD a unloadEntities (Ljava/util/Collection;)V
METHOD a getEntity (Ljava/util/UUID;)Lahl;
2019-02-13 12:35:08 -05:00
METHOD a save (Lzi;ZZ)V
2018-12-29 06:43:20 -05:00
ARG 1 progressListener
2019-02-10 17:50:09 -05:00
METHOD ag resetWeather ()V
2019-02-06 15:22:24 -05:00
METHOD ai shouldSpawnNpcs ()Z
METHOD aj shouldSpawnAnimals ()Z
METHOD ak sendBlockActions ()V
2019-02-10 02:49:48 -05:00
METHOD b isInsideTick ()Z
2019-02-05 13:05:28 -05:00
METHOD b setChunkForced (IIZ)Z
ARG 1 x
ARG 2 z
2019-02-10 02:49:48 -05:00
ARG 3 forced
2019-02-13 12:35:08 -05:00
METHOD d getScoreboard ()Lqv;
2019-02-10 17:49:21 -05:00
METHOD e onSkippedToMorning ()V
2019-02-10 02:49:48 -05:00
METHOD f shouldSkipToMorning ()Z
METHOD i_ updatePlayersSleeping ()V
METHOD j resetIdleTimeout ()V
2019-02-13 12:35:08 -05:00
METHOD j removeEntityIfInvalid (Lahl;)Z
2019-02-10 02:49:48 -05:00
ARG 1 entity
METHOD k_ tickEntities ()V
METHOD l placeBonusChest ()V
2019-01-24 11:47:45 -05:00
METHOD m_ tickScheduledTicks ()V
METHOD n saveLevel ()V
2019-02-13 12:35:08 -05:00
METHOD n_ getForcedSpawnPoint ()Les;
METHOD p getChunkManager ()Lut;
METHOD r getBlockTickScheduler ()Lbdo;
METHOD s getFluidTickScheduler ()Lbdo;
METHOD u getEntityTracker ()Lup;
METHOD v getPortalForcer ()Lbdm;
METHOD w getStructureManager ()Lceq;