Package net.minecraft.client.world
Class ClientWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.client.world.ClientWorld
- All Implemented Interfaces:
AutoCloseable,BiomeAccess.Storage,BlockRenderView,BlockView,CollisionView,EntityView,HeightLimitView,LunarWorldView,ModifiableTestableWorld,ModifiableWorld,RedstoneView,RegistryWorldView,TestableWorld,WorldAccess,WorldView
- Mappings:
Namespace Name official fznintermediary net/minecraft/class_638named net/minecraft/client/world/ClientWorld
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate final classstatic classNested classes/interfaces inherited from class net.minecraft.world.World
World.ExplosionSourceType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClientChunkManagerprivate final MinecraftClientprivate final ClientWorld.Propertiesprivate final Object2ObjectArrayMap<ColorResolver, BiomeColorCache> private final DimensionEffects(package private) final EntityListprivate final ClientEntityManager<Entity> private static final intprivate static final int(package private) final Object2ObjectMap<UUID, class_9596> private static final intprivate static final float[][]private static final float[][]private intprivate static final Loggerprivate final Map<MapIdComponent, MapState> private final ClientPlayNetworkHandlerprivate static final doubleA minor offset applied when spawning particles.private final PendingUpdateManager(package private) final List<AbstractClientPlayerEntity> private intprivate final TickManagerprivate final WorldRendererFields inherited from class net.minecraft.world.World
blockEntityTickers, CODEC, END, field_30967, field_30968, field_30969, field_50737, HORIZONTAL_LIMIT, isClient, lcgBlockSeed, lcgBlockSeedIncrement, MAX_UPDATE_DEPTH, MAX_Y, MIN_Y, neighborUpdater, NETHER, OVERWORLD, properties, rainGradient, rainGradientPrev, random, thunderGradient, thunderGradientPrevFields inherited from interface net.minecraft.world.RedstoneView
DIRECTIONS -
Constructor Summary
ConstructorsConstructorDescriptionClientWorld(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlockBreakParticles(BlockPos pos, BlockState state) addDetailsToCrashReport(CrashReport report) voidvoidaddFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<FireworkExplosionComponent> explosions) voidaddImportantParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) voidaddImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) private voidaddParticle(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters) voidaddParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) voidaddParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) private voidaddParticle(BlockPos pos, BlockState state, ParticleEffect parameters, boolean solidBelow) private voidaddParticle(BlockPos pos, ParticleEffect parameters, VoxelShape shape, double y) asString()intcalculateColor(BlockPos pos, ColorResolver colorResolver) voidvoiddoRandomBlockDisplayTicks(int centerX, int centerY, int centerZ) voidemitGameEvent(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.voidenqueueChunkUpdate(Runnable updater) floatgetBrightness(Direction direction, boolean shaded) getCloudsColor(float tickDelta) intgetColor(BlockPos pos, ColorResolver colorResolver) getEntityById(int id) Returns the entity using the entity ID, ornullif none was found.protected EntityLookup<Entity> getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) intprotected Map<MapIdComponent, MapState> (package private) PendingUpdateManagerintintfloatgetSkyBrightness(float tickDelta) getSkyColor(Vec3d cameraPos, float tickDelta) floatgetStarBrightness(float tickDelta) voidhandleBlockUpdate(BlockPos pos, BlockState state, int flags) voidhandlePlayerActionResponse(int sequence) booleanbooleanisChunkLoaded(int chunkX, int chunkZ) voidmethod_58787(double double2, double double3, double double4, Consumer<class_9492> consumer) voidmethod_58788(int int2, double double2, double double3, double double4, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3) method_58791(UUID uUID) method_59089(class_9511 class_9511) private voidmethod_59350(Entity entity) voidplaySound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance) private voidplaySound(double x, double y, double z, SoundEvent event, SoundCategory category, float volume, float pitch, boolean useDistance, long seed) voidplaySound(@Nullable PlayerEntity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) voidplaySoundFromEntity(Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch) voidplaySoundFromEntity(@Nullable PlayerEntity source, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) voidprocessPendingUpdate(BlockPos pos, BlockState state, Vec3d playerPos) voidputClientsideMapState(MapIdComponent id, MapState state) voidputMapState(MapIdComponent id, MapState state) protected voidputMapStates(Map<MapIdComponent, MapState> mapStates) voidrandomBlockDisplayTick(int centerX, int centerY, int centerZ, int radius, Random random, @Nullable Block block, BlockPos.Mutable pos) voidvoidremoveEntity(int entityId, Entity.RemovalReason removalReason) voidresetChunkColor(ChunkPos chunkPos) voidvoidscheduleBlockRenders(int x, int y, int z) voidscheduleBlockRerenderIfNeeded(BlockPos pos, BlockState old, BlockState updated) voidsendPacket(Packet<?> packet) voidsetBlockBreakingInfo(int entityId, BlockPos pos, int progress) booleansetBlockState(BlockPos pos, BlockState state, int flags, int maxUpdateDepth) Updates the block state at a position, calling appropriate callbacks.voidsetLightningTicksLeft(int lightningTicksLeft) voidsetSimulationDistance(int simulationDistance) voidsetSpawnPos(BlockPos pos, float angle) voidsetTime(long time) voidsetTimeOfDay(long timeOfDay) booleanshouldUpdatePostDeath(Entity entity) voidsyncGlobalEvent(int eventId, BlockPos pos, int data) voidsyncWorldEvent(@Nullable PlayerEntity player, int eventId, BlockPos pos, int data) voidtick(BooleanSupplier shouldKeepTicking) voidvoidtickEntity(Entity entity) private voidtickPassenger(Entity entity, Entity passenger) private voidtickTime()toString()voidunloadBlockEntities(WorldChunk chunk) voidupdateListeners(BlockPos pos, BlockState oldState, BlockState newState, int flags) Methods inherited from class net.minecraft.world.World
addBlockEntity, addBlockEntityTicker, addSyncedBlockEvent, breakBlock, calculateAmbientDarkness, canPlayerModifyAt, canSetBlock, close, collectEntitiesByType, collectEntitiesByType, createExplosion, createExplosion, createExplosion, createExplosion, createExplosion, createExplosion, getAmbientDarkness, getBiomeAccess, getBlockEntity, getBlockState, getChunk, getChunk, getChunkAsView, getDamageSources, getDimension, getDimensionEntry, getEntitiesByType, getFluidState, getGameRules, getLightingProvider, getLocalDifficulty, getOtherEntities, getProfiler, getProfilerSupplier, getRainGradient, getRandom, getRandomPosInChunk, getRegistryKey, getRegistryManager, getSeaLevel, getServer, getSkyAngleRadians, getSpawnAngle, getSpawnPos, getThunderGradient, getTickOrder, getTime, getTimeOfDay, getTopY, getWorldBorder, getWorldChunk, hasRain, initWeatherGradients, isClient, isDay, isDebugWorld, isDirectionSolid, isInBuildLimit, isNight, isRaining, isSavingDisabled, isThundering, isTopSolid, isValid, markDirty, method_58798, method_59084, method_59088, method_59090, onBlockChanged, playSound, playSound, playSound, playSound, playSound, playSoundAtBlockCenter, playSoundFromEntity, removeBlock, removeBlockEntity, replaceWithStateForNeighborUpdate, sendEntityDamage, sendEntityStatus, setBlockState, setBlockState, setMobSpawnOptions, setRainGradient, setThunderGradient, shouldTickBlockPos, shouldTickBlocksInChunk, testBlockState, testFluidState, tickBlockEntities, tickEntity, updateComparators, updateNeighbor, updateNeighbor, updateNeighborsAlways, updateNeighborsExceptMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getDismountHeight, getDismountHeight, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.CollisionView
canCollide, canPlace, doesNotIntersectEntities, doesNotIntersectEntities, findClosestCollision, findSupportingBlockPos, getBlockCollisions, getCollisions, getEntityCollisions, isBlockSpaceEmpty, isSpaceEmpty, isSpaceEmpty, method_59085Methods inherited from interface net.minecraft.world.EntityView
getClosestEntity, getClosestEntity, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getEntitiesByClass, getNonSpectatingEntities, getOtherEntities, getPlayerByUuid, getPlayers, getTargets, isPlayerInRange, method_59086Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoordMethods inherited from interface net.minecraft.world.LunarWorldView
getMoonPhase, getMoonSize, getSkyAngleMethods inherited from interface net.minecraft.world.ModifiableWorld
breakBlock, breakBlock, spawnEntityMethods inherited from interface net.minecraft.world.RedstoneView
getEmittedRedstonePower, getEmittedRedstonePower, getReceivedRedstonePower, getReceivedStrongRedstonePower, getStrongRedstonePower, isEmittingRedstonePower, isReceivingRedstonePowerMethods inherited from interface net.minecraft.world.RegistryWorldView
doesNotIntersectEntities, getBlockEntity, getEntityCollisions, getTopPositionMethods inherited from interface net.minecraft.world.WorldAccess
emitGameEvent, emitGameEvent, emitGameEvent, emitGameEvent, getDifficulty, getLunarTime, playSound, scheduleBlockTick, scheduleBlockTick, scheduleFluidTick, scheduleFluidTick, syncWorldEvent, updateNeighborsMethods inherited from interface net.minecraft.world.WorldView
containsFluid, createCommandRegistryWrapper, getBiome, getBiomeForNoiseGen, getBottomY, getBrightness, getChunk, getChunk, getHeight, getLightLevel, getLightLevel, getPhototaxisFavor, getStatesInBoxIfLoaded, isAir, isChunkLoaded, isPosLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLfzn;a:Lorg/slf4j/Logger;intermediary field_37952Lnet/minecraft/class_638;field_37952:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/world/ClientWorld;LOGGER:Lorg/slf4j/Logger;
-
PARTICLE_Y_OFFSET
private static final double PARTICLE_Y_OFFSETA minor offset applied when spawning particles.- See Also:
- Mappings:
Namespace Name Mixin selector official bLfzn;b:Dintermediary field_32641Lnet/minecraft/class_638;field_32641:Dnamed PARTICLE_Y_OFFSETLnet/minecraft/client/world/ClientWorld;PARTICLE_Y_OFFSET:D
-
field_34805
private static final int field_34805- See Also:
- Mappings:
Namespace Name Mixin selector official cLfzn;c:Iintermediary field_34805Lnet/minecraft/class_638;field_34805:Inamed field_34805Lnet/minecraft/client/world/ClientWorld;field_34805:I
-
field_34806
private static final int field_34806- See Also:
- Mappings:
Namespace Name Mixin selector official dLfzn;d:Iintermediary field_34806Lnet/minecraft/class_638;field_34806:Inamed field_34806Lnet/minecraft/client/world/ClientWorld;field_34806:I
-
BLOCK_MARKER_ITEMS
- Mappings:
Namespace Name Mixin selector official TLfzn;T:Ljava/util/Set;intermediary field_35432Lnet/minecraft/class_638;field_35432:Ljava/util/Set;named BLOCK_MARKER_ITEMSLnet/minecraft/client/world/ClientWorld;BLOCK_MARKER_ITEMS:Ljava/util/Set;
-
field_51160
private static final int field_51160- See Also:
- Mappings:
Namespace Name Mixin selector official ULfzn;U:Iintermediary field_51160Lnet/minecraft/class_638;field_51160:Inamed field_51160Lnet/minecraft/client/world/ClientWorld;field_51160:I
-
field_51161
private static final float[][] field_51161- Mappings:
Namespace Name Mixin selector official VLfzn;V:[[Fintermediary field_51161Lnet/minecraft/class_638;field_51161:[[Fnamed field_51161Lnet/minecraft/client/world/ClientWorld;field_51161:[[F
-
field_51162
private static final float[][] field_51162- Mappings:
Namespace Name Mixin selector official WLfzn;W:[[Fintermediary field_51162Lnet/minecraft/class_638;field_51162:[[Fnamed field_51162Lnet/minecraft/client/world/ClientWorld;field_51162:[[F
-
entityList
- Mappings:
Namespace Name Mixin selector official eLfzn;e:Ldxi;intermediary field_27733Lnet/minecraft/class_638;field_27733:Lnet/minecraft/class_5574;named entityListLnet/minecraft/client/world/ClientWorld;entityList:Lnet/minecraft/world/EntityList;
-
entityManager
- Mappings:
Namespace Name Mixin selector official fLfzn;f:Ldxo;intermediary field_27734Lnet/minecraft/class_638;field_27734:Lnet/minecraft/class_5582;named entityManagerLnet/minecraft/client/world/ClientWorld;entityManager:Lnet/minecraft/client/world/ClientEntityManager;
-
field_51159
- Mappings:
Namespace Name Mixin selector official ELfzn;E:Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;intermediary field_51159Lnet/minecraft/class_638;field_51159:Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;named field_51159Lnet/minecraft/client/world/ClientWorld;field_51159:Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;
-
networkHandler
- Mappings:
Namespace Name Mixin selector official FLfzn;F:Lfzo;intermediary field_3727Lnet/minecraft/class_638;field_3727:Lnet/minecraft/class_634;named networkHandlerLnet/minecraft/client/world/ClientWorld;networkHandler:Lnet/minecraft/client/network/ClientPlayNetworkHandler;
-
worldRenderer
- Mappings:
Namespace Name Mixin selector official GLfzn;G:Lgfe;intermediary field_17780Lnet/minecraft/class_638;field_17780:Lnet/minecraft/class_761;named worldRendererLnet/minecraft/client/world/ClientWorld;worldRenderer:Lnet/minecraft/client/render/WorldRenderer;
-
clientWorldProperties
- Mappings:
Namespace Name Mixin selector official HLfzn;H:Lfzn$a;intermediary field_24430Lnet/minecraft/class_638;field_24430:Lnet/minecraft/class_638$class_5271;named clientWorldPropertiesLnet/minecraft/client/world/ClientWorld;clientWorldProperties:Lnet/minecraft/client/world/ClientWorld$Properties;
-
dimensionEffects
- Mappings:
Namespace Name Mixin selector official ILfzn;I:Lgev;intermediary field_24606Lnet/minecraft/class_638;field_24606:Lnet/minecraft/class_5294;named dimensionEffectsLnet/minecraft/client/world/ClientWorld;dimensionEffects:Lnet/minecraft/client/render/DimensionEffects;
-
tickManager
- Mappings:
Namespace Name Mixin selector official JLfzn;J:Lbql;intermediary field_47129Lnet/minecraft/class_638;field_47129:Lnet/minecraft/class_8921;named tickManagerLnet/minecraft/client/world/ClientWorld;tickManager:Lnet/minecraft/world/tick/TickManager;
-
client
- Mappings:
Namespace Name Mixin selector official KLfzn;K:Lfgj;intermediary field_3729Lnet/minecraft/class_638;field_3729:Lnet/minecraft/class_310;named clientLnet/minecraft/client/world/ClientWorld;client:Lnet/minecraft/client/MinecraftClient;
-
players
- Mappings:
Namespace Name Mixin selector official LLfzn;L:Ljava/util/List;intermediary field_18226Lnet/minecraft/class_638;field_18226:Ljava/util/List;named playersLnet/minecraft/client/world/ClientWorld;players:Ljava/util/List;
-
mapStates
- Mappings:
Namespace Name Mixin selector official MLfzn;M:Ljava/util/Map;intermediary field_17675Lnet/minecraft/class_638;field_17675:Ljava/util/Map;named mapStatesLnet/minecraft/client/world/ClientWorld;mapStates:Ljava/util/Map;
-
lightningTicksLeft
private int lightningTicksLeft- Mappings:
Namespace Name Mixin selector official NLfzn;N:Iintermediary field_21526Lnet/minecraft/class_638;field_21526:Inamed lightningTicksLeftLnet/minecraft/client/world/ClientWorld;lightningTicksLeft:I
-
colorCache
- Mappings:
Namespace Name Mixin selector official OLfzn;O:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;intermediary field_21527Lnet/minecraft/class_638;field_21527:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;named colorCacheLnet/minecraft/client/world/ClientWorld;colorCache:Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
-
chunkManager
- Mappings:
Namespace Name Mixin selector official PLfzn;P:Lfzj;intermediary field_24605Lnet/minecraft/class_638;field_24605:Lnet/minecraft/class_631;named chunkManagerLnet/minecraft/client/world/ClientWorld;chunkManager:Lnet/minecraft/client/world/ClientChunkManager;
-
chunkUpdaters
- Mappings:
Namespace Name Mixin selector official QLfzn;Q:Ljava/util/Deque;intermediary field_34804Lnet/minecraft/class_638;field_34804:Ljava/util/Deque;named chunkUpdatersLnet/minecraft/client/world/ClientWorld;chunkUpdaters:Ljava/util/Deque;
-
simulationDistance
private int simulationDistance- Mappings:
Namespace Name Mixin selector official RLfzn;R:Iintermediary field_35163Lnet/minecraft/class_638;field_35163:Inamed simulationDistanceLnet/minecraft/client/world/ClientWorld;simulationDistance:I
-
pendingUpdateManager
- Mappings:
Namespace Name Mixin selector official SLfzn;S:Lgaz;intermediary field_37951Lnet/minecraft/class_638;field_37951:Lnet/minecraft/class_7202;named pendingUpdateManagerLnet/minecraft/client/world/ClientWorld;pendingUpdateManager:Lnet/minecraft/client/network/PendingUpdateManager;
-
-
Constructor Details
-
ClientWorld
public ClientWorld(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed) - Mappings:
Namespace Name Mixin selector official <init>Lfzn;<init>(Lfzo;Lfzn$a;Laks;Lja;IILjava/util/function/Supplier;Lgfe;ZJ)Vintermediary <init>Lnet/minecraft/class_638;<init>(Lnet/minecraft/class_634;Lnet/minecraft/class_638$class_5271;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;IILjava/util/function/Supplier;Lnet/minecraft/class_761;ZJ)Vnamed <init>Lnet/minecraft/client/world/ClientWorld;<init>(Lnet/minecraft/client/network/ClientPlayNetworkHandler;Lnet/minecraft/client/world/ClientWorld$Properties;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/entry/RegistryEntry;IILjava/util/function/Supplier;Lnet/minecraft/client/render/WorldRenderer;ZJ)V
-
-
Method Details
-
handlePlayerActionResponse
public void handlePlayerActionResponse(int sequence) - Mappings:
Namespace Name Mixin selector official bLfzn;b(I)Vintermediary method_41927Lnet/minecraft/class_638;method_41927(I)Vnamed handlePlayerActionResponseLnet/minecraft/client/world/ClientWorld;handlePlayerActionResponse(I)V
-
handleBlockUpdate
- Mappings:
Namespace Name Mixin selector official bLfzn;b(Lir;Ldtc;I)Vintermediary method_41928Lnet/minecraft/class_638;method_41928(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;I)Vnamed handleBlockUpdateLnet/minecraft/client/world/ClientWorld;handleBlockUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)V
-
processPendingUpdate
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Lir;Ldtc;Lewu;)Vintermediary method_41926Lnet/minecraft/class_638;method_41926(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_243;)Vnamed processPendingUpdateLnet/minecraft/client/world/ClientWorld;processPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;)V
-
getPendingUpdateManager
PendingUpdateManager getPendingUpdateManager()- Mappings:
Namespace Name Mixin selector official aLfzn;a()Lgaz;intermediary method_41925Lnet/minecraft/class_638;method_41925()Lnet/minecraft/class_7202;named getPendingUpdateManagerLnet/minecraft/client/world/ClientWorld;getPendingUpdateManager()Lnet/minecraft/client/network/PendingUpdateManager;
-
setBlockState
Updates the block state at a position, calling appropriate callbacks.When called on the server, the new block state is stored and propagated to clients and listeners as dictated by the supplied flags. Note that calling this on the client will update the world locally, but may not see the change persisted across loads. It's recommended to check whether this world is client before interacting with the world in this way.
See
ModifiableWorld.setBlockState(BlockPos, BlockState, int)for a list of accepted flags.- Specified by:
setBlockStatein interfaceModifiableWorld- Overrides:
setBlockStatein classWorld- Parameters:
pos- the target positionstate- the block state to setflags- the bitwise flag combination, as described abovemaxUpdateDepth- the limit for the cascading block updates- Mappings:
Namespace Name Mixin selector official aLdci;a(Lir;Ldtc;II)Zintermediary method_30092Lnet/minecraft/class_1945;method_30092(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;II)Znamed setBlockStateLnet/minecraft/world/ModifiableWorld;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;II)Z
-
enqueueChunkUpdate
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Ljava/lang/Runnable;)Vintermediary method_38536Lnet/minecraft/class_638;method_38536(Ljava/lang/Runnable;)Vnamed enqueueChunkUpdateLnet/minecraft/client/world/ClientWorld;enqueueChunkUpdate(Ljava/lang/Runnable;)V
-
runQueuedChunkUpdates
public void runQueuedChunkUpdates()- Mappings:
Namespace Name Mixin selector official bLfzn;b()Vintermediary method_38534Lnet/minecraft/class_638;method_38534()Vnamed runQueuedChunkUpdatesLnet/minecraft/client/world/ClientWorld;runQueuedChunkUpdates()V
-
hasNoChunkUpdaters
public boolean hasNoChunkUpdaters()- Mappings:
Namespace Name Mixin selector official cLfzn;c()Zintermediary method_38743Lnet/minecraft/class_638;method_38743()Znamed hasNoChunkUpdatersLnet/minecraft/client/world/ClientWorld;hasNoChunkUpdaters()Z
-
getDimensionEffects
- Mappings:
Namespace Name Mixin selector official dLfzn;d()Lgev;intermediary method_28103Lnet/minecraft/class_638;method_28103()Lnet/minecraft/class_5294;named getDimensionEffectsLnet/minecraft/client/world/ClientWorld;getDimensionEffects()Lnet/minecraft/client/render/DimensionEffects;
-
tick
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Ljava/util/function/BooleanSupplier;)Vintermediary method_8441Lnet/minecraft/class_638;method_8441(Ljava/util/function/BooleanSupplier;)Vnamed tickLnet/minecraft/client/world/ClientWorld;tick(Ljava/util/function/BooleanSupplier;)V
-
tickTime
private void tickTime()- Mappings:
Namespace Name Mixin selector official nLfzn;n()Vintermediary method_29090Lnet/minecraft/class_638;method_29090()Vnamed tickTimeLnet/minecraft/client/world/ClientWorld;tickTime()V
-
setTime
public void setTime(long time) - Mappings:
Namespace Name Mixin selector official bLfzn;b(J)Vintermediary method_29089Lnet/minecraft/class_638;method_29089(J)Vnamed setTimeLnet/minecraft/client/world/ClientWorld;setTime(J)V
-
setTimeOfDay
public void setTimeOfDay(long timeOfDay) - Mappings:
Namespace Name Mixin selector official cLfzn;c(J)Vintermediary method_8435Lnet/minecraft/class_638;method_8435(J)Vnamed setTimeOfDayLnet/minecraft/client/world/ClientWorld;setTimeOfDay(J)V
-
getEntities
- Mappings:
Namespace Name Mixin selector official eLfzn;e()Ljava/lang/Iterable;intermediary method_18112Lnet/minecraft/class_638;method_18112()Ljava/lang/Iterable;named getEntitiesLnet/minecraft/client/world/ClientWorld;getEntities()Ljava/lang/Iterable;
-
tickEntities
public void tickEntities()- Mappings:
Namespace Name Mixin selector official fLfzn;f()Vintermediary method_18116Lnet/minecraft/class_638;method_18116()Vnamed tickEntitiesLnet/minecraft/client/world/ClientWorld;tickEntities()V
-
method_59350
- Mappings:
Namespace Name Mixin selector official dLfzn;d(Lbrv;)Vintermediary method_59350Lnet/minecraft/class_638;method_59350(Lnet/minecraft/class_1297;)Vnamed method_59350Lnet/minecraft/client/world/ClientWorld;method_59350(Lnet/minecraft/entity/Entity;)V
-
shouldUpdatePostDeath
- Overrides:
shouldUpdatePostDeathin classWorld- Mappings:
Namespace Name Mixin selector official hLdca;h(Lbrv;)Zintermediary method_38989Lnet/minecraft/class_1937;method_38989(Lnet/minecraft/class_1297;)Znamed shouldUpdatePostDeathLnet/minecraft/world/World;shouldUpdatePostDeath(Lnet/minecraft/entity/Entity;)Z
-
tickEntity
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Lbrv;)Vintermediary method_18646Lnet/minecraft/class_638;method_18646(Lnet/minecraft/class_1297;)Vnamed tickEntityLnet/minecraft/client/world/ClientWorld;tickEntity(Lnet/minecraft/entity/Entity;)V
-
tickPassenger
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Lbrv;Lbrv;)Vintermediary method_18647Lnet/minecraft/class_638;method_18647(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)Vnamed tickPassengerLnet/minecraft/client/world/ClientWorld;tickPassenger(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)V
-
unloadBlockEntities
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Ldvi;)Vintermediary method_18110Lnet/minecraft/class_638;method_18110(Lnet/minecraft/class_2818;)Vnamed unloadBlockEntitiesLnet/minecraft/client/world/ClientWorld;unloadBlockEntities(Lnet/minecraft/world/chunk/WorldChunk;)V
-
resetChunkColor
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Ldbh;)Vintermediary method_23782Lnet/minecraft/class_638;method_23782(Lnet/minecraft/class_1923;)Vnamed resetChunkColorLnet/minecraft/client/world/ClientWorld;resetChunkColor(Lnet/minecraft/util/math/ChunkPos;)V
-
reloadColor
public void reloadColor()- Mappings:
Namespace Name Mixin selector official gLfzn;g()Vintermediary method_23784Lnet/minecraft/class_638;method_23784()Vnamed reloadColorLnet/minecraft/client/world/ClientWorld;reloadColor()V
-
isChunkLoaded
public boolean isChunkLoaded(int chunkX, int chunkZ) - Mappings:
Namespace Name Mixin selector official bLdcd;b(II)Zintermediary method_8393Lnet/minecraft/class_4538;method_8393(II)Znamed isChunkLoadedLnet/minecraft/world/WorldView;isChunkLoaded(II)Z
-
getRegularEntityCount
public int getRegularEntityCount()- Mappings:
Namespace Name Mixin selector official hLfzn;h()Iintermediary method_18120Lnet/minecraft/class_638;method_18120()Inamed getRegularEntityCountLnet/minecraft/client/world/ClientWorld;getRegularEntityCount()I
-
addEntity
- Mappings:
Namespace Name Mixin selector official cLfzn;c(Lbrv;)Vintermediary method_53875Lnet/minecraft/class_638;method_53875(Lnet/minecraft/class_1297;)Vnamed addEntityLnet/minecraft/client/world/ClientWorld;addEntity(Lnet/minecraft/entity/Entity;)V
-
removeEntity
- Mappings:
Namespace Name Mixin selector official aLfzn;a(ILbrv$d;)Vintermediary method_2945Lnet/minecraft/class_638;method_2945(ILnet/minecraft/class_1297$class_5529;)Vnamed removeEntityLnet/minecraft/client/world/ClientWorld;removeEntity(ILnet/minecraft/entity/Entity$RemovalReason;)V
-
getEntityById
Returns the entity using the entity ID, ornullif none was found.Entity ID is ephemeral and changes after server restart. Use the UUID for persistent storage instead.
- Specified by:
getEntityByIdin classWorld- Returns:
- the entity using the entity ID, or
nullif none was found - See Also:
- Mappings:
Namespace Name Mixin selector official aLdca;a(I)Lbrv;intermediary method_8469Lnet/minecraft/class_1937;method_8469(I)Lnet/minecraft/class_1297;named getEntityByIdLnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;
-
disconnect
public void disconnect()- Overrides:
disconnectin classWorld- Mappings:
Namespace Name Mixin selector official YLdca;Y()Vintermediary method_8525Lnet/minecraft/class_1937;method_8525()Vnamed disconnectLnet/minecraft/world/World;disconnect()V
-
doRandomBlockDisplayTicks
public void doRandomBlockDisplayTicks(int centerX, int centerY, int centerZ) - Mappings:
Namespace Name Mixin selector official bLfzn;b(III)Vintermediary method_2941Lnet/minecraft/class_638;method_2941(III)Vnamed doRandomBlockDisplayTicksLnet/minecraft/client/world/ClientWorld;doRandomBlockDisplayTicks(III)V
-
getBlockParticle
- Mappings:
Namespace Name Mixin selector official pLfzn;p()Ldfc;intermediary method_35752Lnet/minecraft/class_638;method_35752()Lnet/minecraft/class_2248;named getBlockParticleLnet/minecraft/client/world/ClientWorld;getBlockParticle()Lnet/minecraft/block/Block;
-
randomBlockDisplayTick
public void randomBlockDisplayTick(int centerX, int centerY, int centerZ, int radius, Random random, @Nullable @Nullable Block block, BlockPos.Mutable pos) - Mappings:
Namespace Name Mixin selector official aLfzn;a(IIIILayt;Ldfc;Lir$a;)Vintermediary method_2943Lnet/minecraft/class_638;method_2943(IIIILnet/minecraft/class_5819;Lnet/minecraft/class_2248;Lnet/minecraft/class_2338$class_2339;)Vnamed randomBlockDisplayTickLnet/minecraft/client/world/ClientWorld;randomBlockDisplayTick(IIIILnet/minecraft/util/math/random/Random;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos$Mutable;)V
-
addParticle
private void addParticle(BlockPos pos, BlockState state, ParticleEffect parameters, boolean solidBelow) - Mappings:
Namespace Name Mixin selector official aLfzn;a(Lir;Ldtc;Lkz;Z)Vintermediary method_2938Lnet/minecraft/class_638;method_2938(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2394;Z)Vnamed addParticleLnet/minecraft/client/world/ClientWorld;addParticle(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/particle/ParticleEffect;Z)V
-
addParticle
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Lir;Lkz;Lexn;D)Vintermediary method_2948Lnet/minecraft/class_638;method_2948(Lnet/minecraft/class_2338;Lnet/minecraft/class_2394;Lnet/minecraft/class_265;D)Vnamed addParticleLnet/minecraft/client/world/ClientWorld;addParticle(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/util/shape/VoxelShape;D)V
-
addParticle
private void addParticle(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters) - Mappings:
Namespace Name Mixin selector official aLfzn;a(DDDDDLkz;)Vintermediary method_2932Lnet/minecraft/class_638;method_2932(DDDDDLnet/minecraft/class_2394;)Vnamed addParticleLnet/minecraft/client/world/ClientWorld;addParticle(DDDDDLnet/minecraft/particle/ParticleEffect;)V
-
addDetailsToCrashReport
- Overrides:
addDetailsToCrashReportin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lo;)Lp;intermediary method_8538Lnet/minecraft/class_1937;method_8538(Lnet/minecraft/class_128;)Lnet/minecraft/class_129;named addDetailsToCrashReportLnet/minecraft/world/World;addDetailsToCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReportSection;
-
playSound
public void playSound(@Nullable @Nullable PlayerEntity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) - Specified by:
playSoundin classWorld- Parameters:
source- the player that caused the sound and therefore plays the sound directly in the client, ornull- Mappings:
Namespace Name Mixin selector official aLdca;a(Lcly;DDDLja;Lavq;FFJ)Vintermediary method_8465Lnet/minecraft/class_1937;method_8465(Lnet/minecraft/class_1657;DDDLnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)Vnamed playSoundLnet/minecraft/world/World;playSound(Lnet/minecraft/entity/player/PlayerEntity;DDDLnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
-
playSoundFromEntity
public void playSoundFromEntity(@Nullable @Nullable PlayerEntity source, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) - Specified by:
playSoundFromEntityin classWorld- Parameters:
source- the player that caused the sound and therefore plays the sound directly in the client, ornull- Mappings:
Namespace Name Mixin selector official aLdca;a(Lcly;Lbrv;Lja;Lavq;FFJ)Vintermediary method_8449Lnet/minecraft/class_1937;method_8449(Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)Vnamed playSoundFromEntityLnet/minecraft/world/World;playSoundFromEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
-
playSoundFromEntity
public void playSoundFromEntity(Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch) - Overrides:
playSoundFromEntityin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lbrv;Lavn;Lavq;FF)Vintermediary method_55116Lnet/minecraft/class_1937;method_55116(Lnet/minecraft/class_1297;Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FF)Vnamed playSoundFromEntityLnet/minecraft/world/World;playSoundFromEntity(Lnet/minecraft/entity/Entity;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FF)V
-
playSound
public void playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance) - Overrides:
playSoundin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(DDDLavn;Lavq;FFZ)Vintermediary method_8486Lnet/minecraft/class_1937;method_8486(DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFZ)Vnamed playSoundLnet/minecraft/world/World;playSound(DDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFZ)V
-
playSound
private void playSound(double x, double y, double z, SoundEvent event, SoundCategory category, float volume, float pitch, boolean useDistance, long seed) - Mappings:
Namespace Name Mixin selector official aLfzn;a(DDDLavn;Lavq;FFZJ)Vintermediary method_43207Lnet/minecraft/class_638;method_43207(DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFZJ)Vnamed playSoundLnet/minecraft/client/world/ClientWorld;playSound(DDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFZJ)V
-
method_58788
public void method_58788(int int2, double double2, double double3, double double4, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3) - Specified by:
method_58788in classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(IDDDLavn;Lavq;FF)Vintermediary method_58788Lnet/minecraft/class_1937;method_58788(IDDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FF)Vnamed method_58788Lnet/minecraft/world/World;method_58788(IDDDLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FF)V
-
method_58787
public void method_58787(double double2, double double3, double double4, Consumer<class_9492> consumer) - Specified by:
method_58787in classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(DDDLjava/util/function/Consumer;)Vintermediary method_58787Lnet/minecraft/class_1937;method_58787(DDDLjava/util/function/Consumer;)Vnamed method_58787Lnet/minecraft/world/World;method_58787(DDDLjava/util/function/Consumer;)V
-
addFireworkParticle
public void addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<FireworkExplosionComponent> explosions) - Overrides:
addFireworkParticlein classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(DDDDDDLjava/util/List;)Vintermediary method_8547Lnet/minecraft/class_1937;method_8547(DDDDDDLjava/util/List;)Vnamed addFireworkParticleLnet/minecraft/world/World;addFireworkParticle(DDDDDDLjava/util/List;)V
-
sendPacket
- Overrides:
sendPacketin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lzl;)Vintermediary method_8522Lnet/minecraft/class_1937;method_8522(Lnet/minecraft/class_2596;)Vnamed sendPacketLnet/minecraft/world/World;sendPacket(Lnet/minecraft/network/packet/Packet;)V
-
getRecipeManager
- Specified by:
getRecipeManagerin classWorld- Mappings:
Namespace Name Mixin selector official rLdca;r()Lczd;intermediary method_8433Lnet/minecraft/class_1937;method_8433()Lnet/minecraft/class_1863;named getRecipeManagerLnet/minecraft/world/World;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
-
getTickManager
- Specified by:
getTickManagerin classWorld- Mappings:
Namespace Name Mixin selector official sLdca;s()Lbql;intermediary method_54719Lnet/minecraft/class_1937;method_54719()Lnet/minecraft/class_8921;named getTickManagerLnet/minecraft/world/World;getTickManager()Lnet/minecraft/world/tick/TickManager;
-
getBlockTickScheduler
- Mappings:
Namespace Name Mixin selector official PLdcb;P()Leyh;intermediary method_8397Lnet/minecraft/class_1936;method_8397()Lnet/minecraft/class_6756;named getBlockTickSchedulerLnet/minecraft/world/WorldAccess;getBlockTickScheduler()Lnet/minecraft/world/tick/QueryableTickScheduler;
-
getFluidTickScheduler
- Mappings:
Namespace Name Mixin selector official OLdcb;O()Leyh;intermediary method_8405Lnet/minecraft/class_1936;method_8405()Lnet/minecraft/class_6756;named getFluidTickSchedulerLnet/minecraft/world/WorldAccess;getFluidTickScheduler()Lnet/minecraft/world/tick/QueryableTickScheduler;
-
getChunkManager
- Mappings:
Namespace Name Mixin selector official iLfzn;i()Lfzj;intermediary method_2935Lnet/minecraft/class_638;method_2935()Lnet/minecraft/class_631;named getChunkManagerLnet/minecraft/client/world/ClientWorld;getChunkManager()Lnet/minecraft/client/world/ClientChunkManager;
-
getMapState
- Specified by:
getMapStatein classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Leqr;)Leqt;intermediary method_17891Lnet/minecraft/class_1937;method_17891(Lnet/minecraft/class_9209;)Lnet/minecraft/class_22;named getMapStateLnet/minecraft/world/World;getMapState(Lnet/minecraft/component/type/MapIdComponent;)Lnet/minecraft/item/map/MapState;
-
putClientsideMapState
- Mappings:
Namespace Name Mixin selector official bLfzn;b(Leqr;Leqt;)Vintermediary method_47437Lnet/minecraft/class_638;method_47437(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Vnamed putClientsideMapStateLnet/minecraft/client/world/ClientWorld;putClientsideMapState(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)V
-
putMapState
- Specified by:
putMapStatein classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Leqr;Leqt;)Vintermediary method_17890Lnet/minecraft/class_1937;method_17890(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Vnamed putMapStateLnet/minecraft/world/World;putMapState(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)V
-
getNextMapId
- Specified by:
getNextMapIdin classWorld- Mappings:
Namespace Name Mixin selector official vLdca;v()Leqr;intermediary method_17889Lnet/minecraft/class_1937;method_17889()Lnet/minecraft/class_9209;named getNextMapIdLnet/minecraft/world/World;getNextMapId()Lnet/minecraft/component/type/MapIdComponent;
-
getScoreboard
- Specified by:
getScoreboardin classWorld- Mappings:
Namespace Name Mixin selector official MLdca;M()Lexy;intermediary method_8428Lnet/minecraft/class_1937;method_8428()Lnet/minecraft/class_269;named getScoreboardLnet/minecraft/world/World;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
-
updateListeners
- Specified by:
updateListenersin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lir;Ldtc;Ldtc;I)Vintermediary method_8413Lnet/minecraft/class_1937;method_8413(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;I)Vnamed updateListenersLnet/minecraft/world/World;updateListeners(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
-
scheduleBlockRerenderIfNeeded
- Overrides:
scheduleBlockRerenderIfNeededin classWorld- Mappings:
Namespace Name Mixin selector official bLdca;b(Lir;Ldtc;Ldtc;)Vintermediary method_16109Lnet/minecraft/class_1937;method_16109(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Vnamed scheduleBlockRerenderIfNeededLnet/minecraft/world/World;scheduleBlockRerenderIfNeeded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
-
scheduleBlockRenders
public void scheduleBlockRenders(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official cLfzn;c(III)Vintermediary method_18113Lnet/minecraft/class_638;method_18113(III)Vnamed scheduleBlockRendersLnet/minecraft/client/world/ClientWorld;scheduleBlockRenders(III)V
-
setBlockBreakingInfo
- Specified by:
setBlockBreakingInfoin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(ILir;I)Vintermediary method_8517Lnet/minecraft/class_1937;method_8517(ILnet/minecraft/class_2338;I)Vnamed setBlockBreakingInfoLnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
-
syncGlobalEvent
- Overrides:
syncGlobalEventin classWorld- Mappings:
Namespace Name Mixin selector official bLdca;b(ILir;I)Vintermediary method_8474Lnet/minecraft/class_1937;method_8474(ILnet/minecraft/class_2338;I)Vnamed syncGlobalEventLnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
-
syncWorldEvent
public void syncWorldEvent(@Nullable @Nullable PlayerEntity player, int eventId, BlockPos pos, int data) - Mappings:
Namespace Name Mixin selector official aLdcb;a(Lcly;ILir;I)Vintermediary method_8444Lnet/minecraft/class_1936;method_8444(Lnet/minecraft/class_1657;ILnet/minecraft/class_2338;I)Vnamed syncWorldEventLnet/minecraft/world/WorldAccess;syncWorldEvent(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
-
addParticle
public void addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Specified by:
addParticlein interfaceWorldAccess- Overrides:
addParticlein classWorld- Mappings:
Namespace Name Mixin selector official aLdcb;a(Lkz;DDDDDD)Vintermediary method_8406Lnet/minecraft/class_1936;method_8406(Lnet/minecraft/class_2394;DDDDDD)Vnamed addParticleLnet/minecraft/world/WorldAccess;addParticle(Lnet/minecraft/particle/ParticleEffect;DDDDDD)V
-
addParticle
public void addParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Overrides:
addParticlein classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lkz;ZDDDDDD)Vintermediary method_8466Lnet/minecraft/class_1937;method_8466(Lnet/minecraft/class_2394;ZDDDDDD)Vnamed addParticleLnet/minecraft/world/World;addParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
-
addImportantParticle
public void addImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Overrides:
addImportantParticlein classWorld- Mappings:
Namespace Name Mixin selector official bLdca;b(Lkz;DDDDDD)Vintermediary method_8494Lnet/minecraft/class_1937;method_8494(Lnet/minecraft/class_2394;DDDDDD)Vnamed addImportantParticleLnet/minecraft/world/World;addImportantParticle(Lnet/minecraft/particle/ParticleEffect;DDDDDD)V
-
addImportantParticle
public void addImportantParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Overrides:
addImportantParticlein classWorld- Mappings:
Namespace Name Mixin selector official bLdca;b(Lkz;ZDDDDDD)Vintermediary method_17452Lnet/minecraft/class_1937;method_17452(Lnet/minecraft/class_2394;ZDDDDDD)Vnamed addImportantParticleLnet/minecraft/world/World;addImportantParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
-
getPlayers
- Mappings:
Namespace Name Mixin selector official xLdbr;x()Ljava/util/List;intermediary method_18456Lnet/minecraft/class_1924;method_18456()Ljava/util/List;named getPlayersLnet/minecraft/world/EntityView;getPlayers()Ljava/util/List;
-
getGeneratorStoredBiome
- Mappings:
Namespace Name Mixin selector official aLdcd;a(III)Lja;intermediary method_22387Lnet/minecraft/class_4538;method_22387(III)Lnet/minecraft/class_6880;named getGeneratorStoredBiomeLnet/minecraft/world/WorldView;getGeneratorStoredBiome(III)Lnet/minecraft/registry/entry/RegistryEntry;
-
getSkyBrightness
public float getSkyBrightness(float tickDelta) - Mappings:
Namespace Name Mixin selector official gLfzn;g(F)Fintermediary method_23783Lnet/minecraft/class_638;method_23783(F)Fnamed getSkyBrightnessLnet/minecraft/client/world/ClientWorld;getSkyBrightness(F)F
-
getSkyColor
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Lewu;F)Lewu;intermediary method_23777Lnet/minecraft/class_638;method_23777(Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;named getSkyColorLnet/minecraft/client/world/ClientWorld;getSkyColor(Lnet/minecraft/util/math/Vec3d;F)Lnet/minecraft/util/math/Vec3d;
-
getCloudsColor
- Mappings:
Namespace Name Mixin selector official hLfzn;h(F)Lewu;intermediary method_23785Lnet/minecraft/class_638;method_23785(F)Lnet/minecraft/class_243;named getCloudsColorLnet/minecraft/client/world/ClientWorld;getCloudsColor(F)Lnet/minecraft/util/math/Vec3d;
-
getStarBrightness
public float getStarBrightness(float tickDelta) - Mappings:
Namespace Name Mixin selector official iLfzn;i(F)Fintermediary method_23787Lnet/minecraft/class_638;method_23787(F)Fnamed getStarBrightnessLnet/minecraft/client/world/ClientWorld;getStarBrightness(F)F
-
getLightningTicksLeft
public int getLightningTicksLeft()- Mappings:
Namespace Name Mixin selector official jLfzn;j()Iintermediary method_23789Lnet/minecraft/class_638;method_23789()Inamed getLightningTicksLeftLnet/minecraft/client/world/ClientWorld;getLightningTicksLeft()I
-
setLightningTicksLeft
public void setLightningTicksLeft(int lightningTicksLeft) - Overrides:
setLightningTicksLeftin classWorld- Mappings:
Namespace Name Mixin selector official cLdca;c(I)Vintermediary method_8509Lnet/minecraft/class_1937;method_8509(I)Vnamed setLightningTicksLeftLnet/minecraft/world/World;setLightningTicksLeft(I)V
-
getBrightness
- Mappings:
Namespace Name Mixin selector official aLdbd;a(Liw;Z)Fintermediary method_24852Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)Fnamed getBrightnessLnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)F
-
getColor
- Mappings:
Namespace Name Mixin selector official aLdbd;a(Lir;Ldbl;)Iintermediary method_23752Lnet/minecraft/class_1920;method_23752(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)Inamed getColorLnet/minecraft/world/BlockRenderView;getColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
-
calculateColor
- Mappings:
Namespace Name Mixin selector official bLfzn;b(Lir;Ldbl;)Iintermediary method_23780Lnet/minecraft/class_638;method_23780(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)Inamed calculateColorLnet/minecraft/client/world/ClientWorld;calculateColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
-
setSpawnPos
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Lir;F)Vintermediary method_27873Lnet/minecraft/class_638;method_27873(Lnet/minecraft/class_2338;F)Vnamed setSpawnPosLnet/minecraft/client/world/ClientWorld;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
-
toString
-
getLevelProperties
Description copied from class:World- Specified by:
getLevelPropertiesin interfaceWorldAccess- Overrides:
getLevelPropertiesin classWorld- Mappings:
Namespace Name Mixin selector official kLfzn;k()Lfzn$a;intermediary method_28104Lnet/minecraft/class_638;method_28104()Lnet/minecraft/class_638$class_5271;named getLevelPropertiesLnet/minecraft/client/world/ClientWorld;getLevelProperties()Lnet/minecraft/client/world/ClientWorld$Properties;
-
emitGameEvent
public void emitGameEvent(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.- Mappings:
Namespace Name Mixin selector official aLdcb;a(Lja;Lewu;Ldxv$a;)Vintermediary method_32888Lnet/minecraft/class_1936;method_32888(Lnet/minecraft/class_6880;Lnet/minecraft/class_243;Lnet/minecraft/class_5712$class_7397;)Vnamed emitGameEventLnet/minecraft/world/WorldAccess;emitGameEvent(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/event/GameEvent$Emitter;)V
-
getMapStates
- Mappings:
Namespace Name Mixin selector official lLfzn;l()Ljava/util/Map;intermediary method_35754Lnet/minecraft/class_638;method_35754()Ljava/util/Map;named getMapStatesLnet/minecraft/client/world/ClientWorld;getMapStates()Ljava/util/Map;
-
putMapStates
- Mappings:
Namespace Name Mixin selector official aLfzn;a(Ljava/util/Map;)Vintermediary method_35753Lnet/minecraft/class_638;method_35753(Ljava/util/Map;)Vnamed putMapStatesLnet/minecraft/client/world/ClientWorld;putMapStates(Ljava/util/Map;)V
-
getEntityLookup
- Specified by:
getEntityLookupin classWorld- Mappings:
Namespace Name Mixin selector official GLdca;G()Ldxl;intermediary method_31592Lnet/minecraft/class_1937;method_31592()Lnet/minecraft/class_5577;named getEntityLookupLnet/minecraft/world/World;getEntityLookup()Lnet/minecraft/world/entity/EntityLookup;
-
method_58786
- Specified by:
method_58786in classWorld- Mappings:
Namespace Name Mixin selector official HLdca;H()Ljava/lang/Iterable;intermediary method_58786Lnet/minecraft/class_1937;method_58786()Ljava/lang/Iterable;named method_58786Lnet/minecraft/world/World;method_58786()Ljava/lang/Iterable;
-
method_58791
- Specified by:
method_58791in classWorld- Mappings:
Namespace Name Mixin selector official bLdca;b(Ljava/util/UUID;)Lcpa;intermediary method_58791Lnet/minecraft/class_1937;method_58791(Ljava/util/UUID;)Lnet/minecraft/class_9513;named method_58791Lnet/minecraft/world/World;method_58791(Ljava/util/UUID;)Lnet/minecraft/class_9513;
-
method_59089
- Overrides:
method_59089in classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lcoz;)Lcpa;intermediary method_59089Lnet/minecraft/class_1937;method_59089(Lnet/minecraft/class_9511;)Lnet/minecraft/class_9513;named method_59089Lnet/minecraft/world/World;method_59089(Lnet/minecraft/class_9511;)Lnet/minecraft/class_9513;
-
asString
-
addBlockBreakParticles
- Overrides:
addBlockBreakParticlesin classWorld- Mappings:
Namespace Name Mixin selector official aLdca;a(Lir;Ldtc;)Vintermediary method_31595Lnet/minecraft/class_1937;method_31595(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vnamed addBlockBreakParticlesLnet/minecraft/world/World;addBlockBreakParticles(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
setSimulationDistance
public void setSimulationDistance(int simulationDistance) - Mappings:
Namespace Name Mixin selector official hLfzn;h(I)Vintermediary method_39023Lnet/minecraft/class_638;method_39023(I)Vnamed setSimulationDistanceLnet/minecraft/client/world/ClientWorld;setSimulationDistance(I)V
-
getSimulationDistance
public int getSimulationDistance()- Mappings:
Namespace Name Mixin selector official mLfzn;m()Iintermediary method_39024Lnet/minecraft/class_638;method_39024()Inamed getSimulationDistanceLnet/minecraft/client/world/ClientWorld;getSimulationDistance()I
-
getEnabledFeatures
- Mappings:
Namespace Name Mixin selector official KLdcd;K()Lcop;intermediary method_45162Lnet/minecraft/class_4538;method_45162()Lnet/minecraft/class_7699;named getEnabledFeaturesLnet/minecraft/world/WorldView;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
-