Package net.minecraft.world
Interface IWorld
- All Superinterfaces:
BlockView,class_3601,class_3602,RenderBlockView
- All Known Implementing Classes:
class_4441,ClientWorld,DemoServerWorld,MultiServerWorld,ServerWorld,World
- Mappings:
Namespace Name official axzintermediary net/minecraft/class_3598named net/minecraft/world/IWorld
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalDifficulty(BlockPos blockPos) longgetSeed()voidmethod_16342(BlockPos blockPos, Block block) voidmethod_16343(ParticleEffect particleEffect, double double2, double double3, double double4, double double5, double double6, double double7) default floatdefault intdefault Difficultymethod_16347(int int2, int int3) default floatmethod_16349(float float2) default class_3781method_16351(BlockPos blockPos) voidplaySound(PlayerEntity playerEntity, BlockPos blockPos, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3) Methods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockState, getFluidState, getMaxLightLevelMethods inherited from interface net.minecraft.class_3601
method_16396, method_16397, method_16398, method_16399Methods inherited from interface net.minecraft.class_3602
method_16403, removeBlock, setAir, setBlockState, spawnEntityMethods inherited from interface net.minecraft.world.RenderBlockView
getAmbientDarkness, getSeaLevel, getWorldBorder, hasDirectSunlight, method_16356, method_16357, method_16358, method_16359, method_16360, method_16361, method_16362, method_16364, method_16365, method_16366, method_16367, method_16368, method_16369, method_16370, method_16371, method_16372, method_16373, method_16374, method_16375, method_16378, method_16379, method_16380, method_16381, method_16382, method_16383, method_16384, method_16385, method_16386, method_16387, method_16388, method_16389, method_16390, method_16391, method_16392, method_16393, method_16394, method_8487, method_8576, method_8577, method_8579
-
Method Details
-
getSeed
long getSeed() -
method_16344
default float method_16344()- Mappings:
Namespace Name Mixin selector official ahLaxz;ah()Fintermediary method_16344Lnet/minecraft/class_3598;method_16344()Fnamed method_16344Lnet/minecraft/world/IWorld;method_16344()F
-
method_16349
default float method_16349(float float2) - Mappings:
Namespace Name Mixin selector official kLaxz;k(F)Fintermediary method_16349Lnet/minecraft/class_3598;method_16349(F)Fnamed method_16349Lnet/minecraft/world/IWorld;method_16349(F)F
-
method_16345
- Mappings:
Namespace Name Mixin selector official aiLaxz;ai()Iintermediary method_16345Lnet/minecraft/class_3598;method_16345()Inamed method_16345Lnet/minecraft/world/IWorld;method_16345()I
-
getBlockTickScheduler
class_3604<Block> getBlockTickScheduler()- Mappings:
Namespace Name Mixin selector official JLaxz;J()Layo;intermediary method_16341Lnet/minecraft/class_3598;method_16341()Lnet/minecraft/class_3604;named getBlockTickSchedulerLnet/minecraft/world/IWorld;getBlockTickScheduler()Lnet/minecraft/class_3604;
-
method_16340
class_3604<Fluid> method_16340()- Mappings:
Namespace Name Mixin selector official ILaxz;I()Layo;intermediary method_16340Lnet/minecraft/class_3598;method_16340()Lnet/minecraft/class_3604;named method_16340Lnet/minecraft/world/IWorld;method_16340()Lnet/minecraft/class_3604;
-
method_16351
- Mappings:
Namespace Name Mixin selector official yLaxz;y(Lel;)Lbmx;intermediary method_16351Lnet/minecraft/class_3598;method_16351(Lnet/minecraft/class_2552;)Lnet/minecraft/class_3781;named method_16351Lnet/minecraft/world/IWorld;method_16351(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_3781;
-
method_16347
- Mappings:
Namespace Name Mixin selector official bLaxz;b(II)Lbmx;intermediary method_16347Lnet/minecraft/class_3598;method_16347(II)Lnet/minecraft/class_3781;named method_16347Lnet/minecraft/world/IWorld;method_16347(II)Lnet/minecraft/class_3781;
-
method_16348
World method_16348()- Mappings:
Namespace Name Mixin selector official fLaxz;f()Laxy;intermediary method_16348Lnet/minecraft/class_3598;method_16348()Lnet/minecraft/class_1150;named method_16348Lnet/minecraft/world/IWorld;method_16348()Lnet/minecraft/world/World;
-
getLevelProperties
LevelProperties getLevelProperties() -
getLocalDifficulty
-
method_16346
- Mappings:
Namespace Name Mixin selector official ajLaxz;aj()Ladi;intermediary method_16346Lnet/minecraft/class_3598;method_16346()Lnet/minecraft/class_2151;named method_16346Lnet/minecraft/world/IWorld;method_16346()Lnet/minecraft/world/Difficulty;
-
getChunkProvider
ChunkProvider getChunkProvider() -
getSaveHandler
SaveHandler getSaveHandler() -
getRandom
Random getRandom()- Mappings:
Namespace Name Mixin selector official mLaxz;m()Ljava/util/Random;intermediary method_16350Lnet/minecraft/class_3598;method_16350()Ljava/util/Random;named getRandomLnet/minecraft/world/IWorld;getRandom()Ljava/util/Random;
-
method_16342
- Mappings:
Namespace Name Mixin selector official aLaxz;a(Lel;Lbcs;)Vintermediary method_16342Lnet/minecraft/class_3598;method_16342(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;)Vnamed method_16342Lnet/minecraft/world/IWorld;method_16342(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
getSpawnPos
BlockPos getSpawnPos() -
playSound
void playSound(@Nullable PlayerEntity playerEntity, BlockPos blockPos, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3) - Mappings:
Namespace Name Mixin selector official aLaxz;a(Laog;Lel;Lwi;Lwk;FF)Vintermediary method_11486Lnet/minecraft/class_3598;method_11486(Lnet/minecraft/class_988;Lnet/minecraft/class_2552;Lnet/minecraft/class_2926;Lnet/minecraft/class_2153;FF)Vnamed playSoundLnet/minecraft/world/IWorld;playSound(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/sound/SoundEvent;Lnet/minecraft/client/sound/SoundCategory;FF)V
-
method_16343
void method_16343(ParticleEffect particleEffect, double double2, double double3, double double4, double double5, double double6, double double7) - Mappings:
Namespace Name Mixin selector official aLaxz;a(Lfk;DDDDDD)Vintermediary method_16343Lnet/minecraft/class_3598;method_16343(Lnet/minecraft/class_4340;DDDDDD)Vnamed method_16343Lnet/minecraft/world/IWorld;method_16343(Lnet/minecraft/particle/ParticleEffect;DDDDDD)V
-