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 RyseInventory-Plugin-1.6.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.rysefoxx.inventory.v1_19
├─ io.github.rysefoxx.inventory.v1_19.ColorHandler.class - [JAR]
io.github.rysefoxx.inventory.v1_18
├─ io.github.rysefoxx.inventory.v1_18.ColorHandler.class - [JAR]
io.github.rysefoxx.inventory.api
├─ io.github.rysefoxx.inventory.api.IntelligentItemColorWrapper.class - [JAR]
io.github.rysefoxx.inventory.plugin.enums
├─ io.github.rysefoxx.inventory.plugin.enums.Action.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.Alignment.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.AnimatorDirection.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.CloseReason.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.DisabledEvents.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.DisabledInventoryClick.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.IntelligentItemAnimatorType.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.IntelligentType.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.InventoryOpenerType.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.InventoryOptions.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.enums.TimeSetting.class - [JAR]
io.github.rysefoxx.inventory.plugin.events
├─ io.github.rysefoxx.inventory.plugin.events.RyseInventoryCloseEvent.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.events.RyseInventoryOpenEvent.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.events.RyseInventoryPreCloseEvent.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.events.RyseInventoryPreOpenEvent.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.events.RyseInventoryTitleChangeEvent.class - [JAR]
io.github.rysefoxx.inventory.anvilgui
├─ io.github.rysefoxx.inventory.anvilgui.AnvilGUI.class - [JAR]
io.github.rysefoxx.inventory.plugin.other
├─ io.github.rysefoxx.inventory.plugin.other.CornerType.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.other.EventCreator.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.other.Page.class - [JAR]
io.github.rysefoxx.inventory.anvilgui.version.special
├─ io.github.rysefoxx.inventory.anvilgui.version.special.AnvilContainer1_14_4_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.special.AnvilContainer1_17_1_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.special.AnvilContainer1_19_1_R1.class - [JAR]
io.github.rysefoxx.inventory.plugin.pattern
├─ io.github.rysefoxx.inventory.plugin.pattern.ContentPattern.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.pattern.SearchPattern.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.pattern.SlotIteratorPattern.class - [JAR]
io.github.rysefoxx.inventory.plugin.pagination
├─ io.github.rysefoxx.inventory.plugin.pagination.InventoryManager.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.pagination.Pagination.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.pagination.PaginationData.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.pagination.RyseInventory.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.pagination.SlotIterator.class - [JAR]
io.github.rysefoxx.inventory.plugin.animator
├─ io.github.rysefoxx.inventory.plugin.animator.IntelligentItemLoreAnimator.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.animator.IntelligentItemNameAnimator.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.animator.IntelligentMaterialAnimator.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.animator.IntelligentTitleAnimator.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.animator.SlideAnimation.class - [JAR]
io.github.rysefoxx.inventory.plugin.util
├─ io.github.rysefoxx.inventory.plugin.util.PlaceHolderConstants.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.ReflectionUtils.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.SlotUtils.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.StringConstants.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.TimeUtils.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.TitleUpdater.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.Utils.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.util.VersionUtils.class - [JAR]
io.github.rysefoxx.inventory.plugin.content
├─ io.github.rysefoxx.inventory.plugin.content.IntelligentItem.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.content.IntelligentItemColor.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.content.IntelligentItemData.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.content.IntelligentItemError.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.content.InventoryContents.class - [JAR]
├─ io.github.rysefoxx.inventory.plugin.content.InventoryProvider.class - [JAR]
io.github.rysefoxx.inventory.plugin
├─ io.github.rysefoxx.inventory.plugin.RyseInventoryPlugin.class - [JAR]
io.github.rysefoxx.inventory.anvilgui.version
├─ io.github.rysefoxx.inventory.anvilgui.version.VersionMatcher.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.VersionWrapper.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_10_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_11_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_12_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_13_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_13_R2.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_14_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_15_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_16_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_16_R2.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_16_R3.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_17_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_18_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_18_R2.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_19_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_19_R2.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_19_R3.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_7_R4.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_8_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_8_R2.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_8_R3.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_9_R1.class - [JAR]
├─ io.github.rysefoxx.inventory.anvilgui.version.Wrapper1_9_R2.class - [JAR]
io.github.rysefoxx.inventory.v1_17
├─ io.github.rysefoxx.inventory.v1_17.ColorHandler.class - [JAR]
io.github.rysefoxx.inventory.v1_16
├─ io.github.rysefoxx.inventory.v1_16.ColorHandler.class - [JAR]