View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window magiclib-minecraft-api-1.18.2-forge-0.6.52-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.hendrixshen.magiclib.impl.compat.minecraft.world.level.dimension
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.level.dimension.DimensionWrapper.class - [JAR]
top.hendrixshen.magiclib.api.compat.mojang.math
├─ top.hendrixshen.magiclib.api.compat.mojang.math.Matrix4fCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.mojang.math.QuaternionCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.mojang.math.Vector3fCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.mojang.math.Vector4fCompat.class - [JAR]
top.hendrixshen.magiclib.api.event.minecraft.render
├─ top.hendrixshen.magiclib.api.event.minecraft.render.RenderEntityListener.class - [JAR]
├─ top.hendrixshen.magiclib.api.event.minecraft.render.RenderLevelListener.class - [JAR]
top.hendrixshen.magiclib.api.render.context
├─ top.hendrixshen.magiclib.api.render.context.RenderContext.class - [JAR]
top.hendrixshen.magiclib.impl.compat.mojang.math
├─ top.hendrixshen.magiclib.impl.compat.mojang.math.Matrix4fCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.mojang.math.QuaternionCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.mojang.math.Vector3fCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.mojang.math.Vector4fCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.client
├─ top.hendrixshen.magiclib.impl.compat.minecraft.client.CameraCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.minecraft.client.MinecraftCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.entity
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.entity.EntityCompatImpl.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.level.block
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.level.block.BlockEntityCompat.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.client.gui
├─ top.hendrixshen.magiclib.impl.compat.minecraft.client.gui.FontCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.item
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.item.ItemStackCompatImpl.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.inventory
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.inventory.SlotCompat.class - [JAR]
top.hendrixshen.magiclib.mixin.minecraft.i18n
├─ top.hendrixshen.magiclib.mixin.minecraft.i18n.AbstractResourcePackMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.i18n.FilePackResourcesMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.i18n.PathPackResourcesMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.i18n.ServerPlayerMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.i18n.TranslatableText.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.network.chat
├─ top.hendrixshen.magiclib.impl.compat.minecraft.network.chat.ClickEventCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.minecraft.network.chat.ComponentCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.minecraft.network.chat.HoverEventCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.minecraft.network.chat.MutableComponentCompatImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.compat.minecraft.network.chat.StyleCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.client.gui.screen
├─ top.hendrixshen.magiclib.impl.compat.minecraft.client.gui.screen.ScreenCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.compat.mojang.blaze3d.vertex
├─ top.hendrixshen.magiclib.impl.compat.mojang.blaze3d.vertex.PoseStackCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.mixin.audit.minecraft
├─ top.hendrixshen.magiclib.impl.mixin.audit.minecraft.MinecraftMixinAudit.class - [JAR]
top.hendrixshen.magiclib.mixin.minecraft.accessor
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.GuiGraphicsAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.Matrix4fAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.QuaternionAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.ScreenAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.ServerboundClientInformationPacketAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.SlotAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.StringSplitterAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.StyleAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.TranslatableComponentAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.accessor.Vector4fAccessor.class - [JAR]
top.hendrixshen.magiclib.util.minecraft.render
├─ top.hendrixshen.magiclib.util.minecraft.render.RenderUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.render.TextRenderUtil.class - [JAR]
top.hendrixshen.magiclib.impl.i18n.minecraft.translation
├─ top.hendrixshen.magiclib.impl.i18n.minecraft.translation.HookTranslationManager.class - [JAR]
├─ top.hendrixshen.magiclib.impl.i18n.minecraft.translation.MagicTranslation.class - [JAR]
├─ top.hendrixshen.magiclib.impl.i18n.minecraft.translation.TranslationContext.class - [JAR]
├─ top.hendrixshen.magiclib.impl.i18n.minecraft.translation.Translator.class - [JAR]
top.hendrixshen.magiclib.api.fake.i18n
├─ top.hendrixshen.magiclib.api.fake.i18n.PackAccessor.class - [JAR]
├─ top.hendrixshen.magiclib.api.fake.i18n.ServerPlayerLanguage.class - [JAR]
top.hendrixshen.magiclib.api.event.minecraft
├─ top.hendrixshen.magiclib.api.event.minecraft.DedicatedServerListener.class - [JAR]
├─ top.hendrixshen.magiclib.api.event.minecraft.LanguageManagerListener.class - [JAR]
├─ top.hendrixshen.magiclib.api.event.minecraft.MinecraftListener.class - [JAR]
├─ top.hendrixshen.magiclib.api.event.minecraft.MinecraftServerListener.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft
├─ top.hendrixshen.magiclib.api.compat.minecraft.UtilCompat.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.level.state
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.level.state.BlockStateCompat.class - [JAR]
top.hendrixshen.magiclib.mixin.minecraft.event.render
├─ top.hendrixshen.magiclib.mixin.minecraft.event.render.EntityRendererMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.event.render.GameRendererMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.event.render.LevelRendererMixin.class - [JAR]
top.hendrixshen.magiclib.impl.minecraft
├─ top.hendrixshen.magiclib.impl.minecraft.MagicLibMinecraft.class - [JAR]
├─ top.hendrixshen.magiclib.impl.minecraft.SharedConstants.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.entity.player
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.entity.player.PlayerCompat.class - [JAR]
top.hendrixshen.magiclib.impl.render
├─ top.hendrixshen.magiclib.impl.render.CameraPositionTransformer.class - [JAR]
├─ top.hendrixshen.magiclib.impl.render.Scaler.class - [JAR]
├─ top.hendrixshen.magiclib.impl.render.TextRenderer.class - [JAR]
top.hendrixshen.magiclib.util.minecraft
├─ top.hendrixshen.magiclib.util.minecraft.ComponentUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.InfoUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.MessageUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.PositionUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.ResourceLocationUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.StringUtil.class - [JAR]
├─ top.hendrixshen.magiclib.util.minecraft.TextUtil.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.network.chat
├─ top.hendrixshen.magiclib.api.compat.minecraft.network.chat.ClickEventCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.minecraft.network.chat.ComponentCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.minecraft.network.chat.HoverEventCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.minecraft.network.chat.MutableComponentCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.minecraft.network.chat.StyleCompat.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.level
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.level.LevelCompat.class - [JAR]
top.hendrixshen.magiclib.impl.event.minecraft
├─ top.hendrixshen.magiclib.impl.event.minecraft.DedicatedServerEvent.class - [JAR]
├─ top.hendrixshen.magiclib.impl.event.minecraft.LanguageManagerEvent.class - [JAR]
├─ top.hendrixshen.magiclib.impl.event.minecraft.MinecraftEvent.class - [JAR]
├─ top.hendrixshen.magiclib.impl.event.minecraft.MinecraftServerEvent.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.entity.player
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.entity.player.PlayerCompatImpl.class - [JAR]
top.hendrixshen.magiclib.entrypoint.minecraft
├─ top.hendrixshen.magiclib.entrypoint.minecraft.MagicLibForge.class - [JAR]
top.hendrixshen.magiclib.impl.render.context
├─ top.hendrixshen.magiclib.impl.render.context.RenderContextImpl.class - [JAR]
├─ top.hendrixshen.magiclib.impl.render.context.RenderGlobal.class - [JAR]
top.hendrixshen.magiclib.api.compat.mojang.blaze3d.vertex
├─ top.hendrixshen.magiclib.api.compat.mojang.blaze3d.vertex.PoseStackCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.mojang.blaze3d.vertex.VertexFormatCompat.class - [JAR]
top.hendrixshen.magiclib.mixin.minecraft.event
├─ top.hendrixshen.magiclib.mixin.minecraft.event.DedicatedServerMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.event.LanguageManagerMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.event.MinecraftMixin.class - [JAR]
├─ top.hendrixshen.magiclib.mixin.minecraft.event.MinecraftServerMixin.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.client.gui
├─ top.hendrixshen.magiclib.api.compat.minecraft.client.gui.FontCompat.class - [JAR]
top.hendrixshen.magiclib.api.compat
├─ top.hendrixshen.magiclib.api.compat.AbstractCompat.class - [JAR]
top.hendrixshen.magiclib.impl.i18n.minecraft
├─ top.hendrixshen.magiclib.impl.i18n.minecraft.MinecraftLanguageManager.class - [JAR]
├─ top.hendrixshen.magiclib.impl.i18n.minecraft.ResourceLanguageProvider.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.level.state
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.level.state.BlockStateCompatImpl.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.item
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.item.ItemStackCompat.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.client
├─ top.hendrixshen.magiclib.api.compat.minecraft.client.CameraCompat.class - [JAR]
├─ top.hendrixshen.magiclib.api.compat.minecraft.client.MinecraftCompat.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.client.gui.components
├─ top.hendrixshen.magiclib.api.compat.minecraft.client.gui.components.ButtonCompat.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.core
├─ top.hendrixshen.magiclib.api.compat.minecraft.core.BlockPosCompat.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.inventory
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.inventory.SlotCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.level
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.level.LevelCompatImpl.class - [JAR]
top.hendrixshen.magiclib.impl.event.minecraft.render
├─ top.hendrixshen.magiclib.impl.event.minecraft.render.RenderEntityEvent.class - [JAR]
├─ top.hendrixshen.magiclib.impl.event.minecraft.render.RenderLevelEvent.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.world.entity
├─ top.hendrixshen.magiclib.api.compat.minecraft.world.entity.EntityCompat.class - [JAR]
top.hendrixshen.magiclib.impl.compat.minecraft.world.level.block
├─ top.hendrixshen.magiclib.impl.compat.minecraft.world.level.block.BlockEntityCompatImpl.class - [JAR]
top.hendrixshen.magiclib.api.compat.minecraft.client.gui.screen
├─ top.hendrixshen.magiclib.api.compat.minecraft.client.gui.screen.ScreenCompat.class - [JAR]