Package net.minecraft.client.world
Class WorldEventHandler
java.lang.Object
net.minecraft.client.world.WorldEventHandler
- Mappings:
- Namespace - Name - named - net/minecraft/client/world/WorldEventHandler- intermediary - net/minecraft/class_9959- official - glu
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate final Map<BlockPos, SoundInstance> private final Worldprivate final WorldRenderer
- 
Constructor SummaryConstructorsConstructorDescriptionWorldEventHandler(MinecraftClient client, World world, WorldRenderer worldRenderer) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidplayJukeboxSong(RegistryEntry<JukeboxSong> song, BlockPos jukeboxPos) voidprocessGlobalEvent(int eventId, BlockPos pos, int data) voidprocessWorldEvent(int eventId, BlockPos pos, int data) private voidshootParticles(int direction, BlockPos pos, Random random, SimpleParticleType particleType) private voidstopJukeboxSong(BlockPos jukeboxPos) private voidstopJukeboxSongAndUpdate(BlockPos jukeboxPos) private voidupdateEntitiesForSong(World world, BlockPos pos, boolean playing) 
- 
Field Details- 
client- Mappings:
- Namespace - Name - Mixin selector - named - client- Lnet/minecraft/client/world/WorldEventHandler;client:Lnet/minecraft/client/MinecraftClient;- intermediary - field_53068- Lnet/minecraft/class_9959;field_53068:Lnet/minecraft/class_310;- official - a- Lglu;a:Lflk;
 
- 
world- Mappings:
- Namespace - Name - Mixin selector - named - world- Lnet/minecraft/client/world/WorldEventHandler;world:Lnet/minecraft/world/World;- intermediary - field_53069- Lnet/minecraft/class_9959;field_53069:Lnet/minecraft/class_1937;- official - b- Lglu;b:Ldgj;
 
- 
worldRenderer- Mappings:
- Namespace - Name - Mixin selector - named - worldRenderer- Lnet/minecraft/client/world/WorldEventHandler;worldRenderer:Lnet/minecraft/client/render/WorldRenderer;- intermediary - field_53070- Lnet/minecraft/class_9959;field_53070:Lnet/minecraft/class_761;- official - c- Lglu;c:Lglv;
 
- 
playingSongs- Mappings:
- Namespace - Name - Mixin selector - named - playingSongs- Lnet/minecraft/client/world/WorldEventHandler;playingSongs:Ljava/util/Map;- intermediary - field_53071- Lnet/minecraft/class_9959;field_53071:Ljava/util/Map;- official - d- Lglu;d:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
WorldEventHandler- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/world/WorldEventHandler;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/world/World;Lnet/minecraft/client/render/WorldRenderer;)V- intermediary - <init>- Lnet/minecraft/class_9959;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_1937;Lnet/minecraft/class_761;)V- official - <init>- Lglu;<init>(Lflk;Ldgj;Lglv;)V
 
 
- 
- 
Method Details- 
processGlobalEvent- Mappings:
- Namespace - Name - Mixin selector - named - processGlobalEvent- Lnet/minecraft/client/world/WorldEventHandler;processGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V- intermediary - method_62187- Lnet/minecraft/class_9959;method_62187(ILnet/minecraft/class_2338;I)V- official - a- Lglu;a(ILji;I)V
 
- 
processWorldEvent- Mappings:
- Namespace - Name - Mixin selector - named - processWorldEvent- Lnet/minecraft/client/world/WorldEventHandler;processWorldEvent(ILnet/minecraft/util/math/BlockPos;I)V- intermediary - method_62194- Lnet/minecraft/class_9959;method_62194(ILnet/minecraft/class_2338;I)V- official - b- Lglu;b(ILji;I)V
 
- 
shootParticlesprivate void shootParticles(int direction, BlockPos pos, Random random, SimpleParticleType particleType) - Mappings:
- Namespace - Name - Mixin selector - named - shootParticles- Lnet/minecraft/client/world/WorldEventHandler;shootParticles(ILnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/particle/SimpleParticleType;)V- intermediary - method_62188- Lnet/minecraft/class_9959;method_62188(ILnet/minecraft/class_2338;Lnet/minecraft/class_5819;Lnet/minecraft/class_2400;)V- official - a- Lglu;a(ILji;Lazh;Llx;)V
 
- 
playJukeboxSong- Mappings:
- Namespace - Name - Mixin selector - named - playJukeboxSong- Lnet/minecraft/client/world/WorldEventHandler;playJukeboxSong(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_62193- Lnet/minecraft/class_9959;method_62193(Lnet/minecraft/class_6880;Lnet/minecraft/class_2338;)V- official - a- Lglu;a(Ljr;Lji;)V
 
- 
stopJukeboxSong- Mappings:
- Namespace - Name - Mixin selector - named - stopJukeboxSong- Lnet/minecraft/client/world/WorldEventHandler;stopJukeboxSong(Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_62191- Lnet/minecraft/class_9959;method_62191(Lnet/minecraft/class_2338;)V- official - a- Lglu;a(Lji;)V
 
- 
stopJukeboxSongAndUpdate- Mappings:
- Namespace - Name - Mixin selector - named - stopJukeboxSongAndUpdate- Lnet/minecraft/client/world/WorldEventHandler;stopJukeboxSongAndUpdate(Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_62195- Lnet/minecraft/class_9959;method_62195(Lnet/minecraft/class_2338;)V- official - b- Lglu;b(Lji;)V
 
- 
updateEntitiesForSong- Mappings:
- Namespace - Name - Mixin selector - named - updateEntitiesForSong- Lnet/minecraft/client/world/WorldEventHandler;updateEntitiesForSong(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Z)V- intermediary - method_62190- Lnet/minecraft/class_9959;method_62190(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Z)V- official - a- Lglu;a(Ldgj;Lji;Z)V
 
 
-