MCPcopy Create free account

hub / github.com/The-Aether-Team/The-Aether / types & classes

Types & classes1,103 in github.com/The-Aether-Team/The-Aether

ClassAbilityHooks
src/main/java/com/aetherteam/aether/event/hooks/AbilityHooks.java:59
ClassAbstractAetherBlockStateRecipeCategory
src/main/java/com/aetherteam/aether/integration/jei/categories/block/AbstractAetherBlockStateRecipeCategory.java:11
ClassAbstractAetherCookingRecipe
src/main/java/com/aetherteam/aether/recipe/recipes/item/AbstractAetherCookingRecipe.java:10
ClassAbstractAetherCookingRecipeCategory
src/main/java/com/aetherteam/aether/integration/jei/categories/item/AbstractAetherCookingRecipeCategory.java:15
ClassAbstractAetherFurnaceBlockEntity
[CODE COPY] - {@link AbstractFurnaceBlockEntity}.<br><br> Certain static methods are copied with minor noted changes, and use accessors for {@link Abs
src/main/java/com/aetherteam/aether/blockentity/AbstractAetherFurnaceBlockEntity.java:26
ClassAbstractAetherFurnaceMenu
[CODE COPY] - {@link AbstractFurnaceMenu}.<br><br> Cleaned up. This has to be its own class and not a subclass because of different slots.
src/main/java/com/aetherteam/aether/inventory/menu/AbstractAetherFurnaceMenu.java:21
ClassAbstractAetherFurnaceScreen
src/main/java/com/aetherteam/aether/client/gui/screen/inventory/AbstractAetherFurnaceScreen.java:12
ClassAbstractArrowMixin
src/main/java/com/aetherteam/aether/mixin/mixins/common/AbstractArrowMixin.java:24
ClassAbstractBiomeParameterRecipe
src/main/java/com/aetherteam/aether/recipe/recipes/block/AbstractBiomeParameterRecipe.java:18
ClassAbstractBiomeParameterRecipeCategory
src/main/java/com/aetherteam/aether/integration/jei/categories/block/AbstractBiomeParameterRecipeCategory.java:14
ClassAbstractClientPlayerMixin
src/main/java/com/aetherteam/aether/mixin/mixins/client/AbstractClientPlayerMixin.java:12
InterfaceAbstractContainerMenuAccessor
src/main/java/com/aetherteam/aether/mixin/mixins/common/accessor/AbstractContainerMenuAccessor.java:11
ClassAbstractContainerScreenMixin
src/main/java/com/aetherteam/aether/mixin/mixins/client/AbstractContainerScreenMixin.java:10
ClassAbstractCrystal
src/main/java/com/aetherteam/aether/entity/projectile/crystal/AbstractCrystal.java:19
ClassAbstractCrystalRenderer
src/main/java/com/aetherteam/aether/client/renderer/entity/AbstractCrystalRenderer.java:14
ClassAbstractDart
src/main/java/com/aetherteam/aether/entity/projectile/dart/AbstractDart.java:29
InterfaceAbstractFurnaceBlockEntityAccessor
src/main/java/com/aetherteam/aether/mixin/mixins/common/accessor/AbstractFurnaceBlockEntityAccessor.java:17
ClassAbstractHorseTypesJumpMixin
src/main/java/com/aetherteam/aether/mixin/mixins/common/AbstractHorseTypesJumpMixin.java:14
ClassAbstractHurtingProjectileMixin
src/main/java/com/aetherteam/aether/mixin/mixins/common/AbstractHurtingProjectileMixin.java:12
ClassAbstractPlacementBanRecipe
src/main/java/com/aetherteam/aether/recipe/recipes/ban/AbstractPlacementBanRecipe.java:20
ClassAbstractPlacementBanRecipeCategory
src/main/java/com/aetherteam/aether/integration/rei/categories/ban/AbstractPlacementBanRecipeCategory.java:25
ClassAbstractPlacementBanRecipeCategory
src/main/java/com/aetherteam/aether/integration/jei/categories/ban/AbstractPlacementBanRecipeCategory.java:42
ClassAbstractRecipeBookScreen
[CODE COPY] - {@link net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen}.<br><br> Cleaned up and made more abstract to mostly only have
src/main/java/com/aetherteam/aether/client/gui/screen/inventory/AbstractRecipeBookScreen.java:20
ClassAbstractValkyrie
Abstract class that holds common code for Valkyrie and ValkyrieQueen, both of which are children of this class.
src/main/java/com/aetherteam/aether/entity/monster/dungeon/AbstractValkyrie.java:42
ClassAbstractWhirlwind
src/main/java/com/aetherteam/aether/entity/monster/AbstractWhirlwind.java:41
ClassAbstractWhirlwindParticle
src/main/java/com/aetherteam/aether/client/particle/AbstractWhirlwindParticle.java:13
ClassAccessoriesClientMixin
src/main/java/com/aetherteam/aether/mixin/mixins/client/AccessoriesClientMixin.java:10
ClassAccessoryAbilityClientListener
src/main/java/com/aetherteam/aether/client/event/listeners/abilities/AccessoryAbilityClientListener.java:9
ClassAccessoryAbilityListener
src/main/java/com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener.java:25
ClassAccessoryButton
Opens the {@link AetherAccessoriesScreen} instead.
src/main/java/com/aetherteam/aether/client/gui/component/inventory/AccessoryButton.java:21
ClassAccessoryFreezableRecipe
src/main/java/com/aetherteam/aether/recipe/recipes/block/AccessoryFreezableRecipe.java:14
ClassAccessoryFreezableRecipeCategory
src/main/java/com/aetherteam/aether/integration/jei/categories/block/AccessoryFreezableRecipeCategory.java:13
ClassAccessoryHooks
src/main/java/com/aetherteam/aether/event/hooks/AbilityHooks.java:60
ClassAccessoryItem
src/main/java/com/aetherteam/aether/item/accessories/AccessoryItem.java:15
ClassAddPackFindersEvent
Fired on {@link PackRepository} creation to allow mods to add new pack finders.
src/main/java/com/aetherteam/aetherfabric/events/AddPackFindersEvent.java:16
ClassAddPlayer
BossFightEvent.AddPlayer is fired when a player is added to a boss fight. <br> This event is only fired on the {@link EnvType#SERVER} side.<br>
src/main/java/com/aetherteam/aether/event/BossFightEvent.java:66
InterfaceAddPlayerCallback
src/main/java/com/aetherteam/aether/event/BossFightEvent.java:123
ClassAdvancedAddEntityPayload
Payload that can be sent from the server to the client to add an entity to the world, with custom data. @param entityId The id of the entity to
src/main/java/com/aetherteam/aetherfabric/network/payload/AdvancedAddEntityPayload.java:27
ClassAdvancedDataMapType
A version of {@link DataMapType data map types} that has two more features for compatibility and conflict handling: mergers and removers. <p> A {@link
src/main/java/com/aetherteam/aetherfabric/registries/datamaps/AdvancedDataMapType.java:57
ClassAdvancementSoundOverride
src/main/java/com/aetherteam/aether/api/registers/AdvancementSoundOverride.java:9
ClassAdvancementToastMixin
src/main/java/com/aetherteam/aether/mixin/mixins/client/AdvancementToastMixin.java:19
ClassAechorPlant
src/main/java/com/aetherteam/aether/entity/monster/AechorPlant.java:39
ClassAechorPlantModel
src/main/java/com/aetherteam/aether/client/renderer/entity/model/AechorPlantModel.java:13
ClassAechorPlantRenderer
src/main/java/com/aetherteam/aether/client/renderer/entity/AechorPlantRenderer.java:13
ClassAerbunny
src/main/java/com/aetherteam/aether/entity/passive/Aerbunny.java:47
ClassAerbunnyModel
src/main/java/com/aetherteam/aether/client/renderer/entity/model/AerbunnyModel.java:15
ClassAerbunnyMoveControl
Handles jumping movement for the Aerbunny.
src/main/java/com/aetherteam/aether/entity/passive/Aerbunny.java:518
ClassAerbunnyPuffPacket
Sets the {@link Aerbunny#DATA_PUFFINESS_ID} value to 11. This is needed in a packet for precise animation syncing.
src/main/java/com/aetherteam/aether/network/packet/serverbound/AerbunnyPuffPacket.java:16
ClassAerbunnyRenderer
src/main/java/com/aetherteam/aether/client/renderer/entity/AerbunnyRenderer.java:14
ClassAercloudBlock
src/main/java/com/aetherteam/aether/block/natural/AercloudBlock.java:20
ClassAercloudConfiguration
src/main/java/com/aetherteam/aether/world/configuration/AercloudConfiguration.java:8
ClassAercloudFeature
src/main/java/com/aetherteam/aether/world/feature/AercloudFeature.java:12
ClassAerogelBlock
src/main/java/com/aetherteam/aether/block/construction/AerogelBlock.java:13
InterfaceAerogelCulling
src/main/java/com/aetherteam/aether/block/construction/AerogelCulling.java:12
ClassAerogelSlabBlock
src/main/java/com/aetherteam/aether/block/construction/AerogelSlabBlock.java:10
ClassAerogelStairsBlock
src/main/java/com/aetherteam/aether/block/construction/AerogelStairsBlock.java:10
ClassAerogelWallBlock
src/main/java/com/aetherteam/aether/block/construction/AerogelWallBlock.java:11
ClassAerwhale
src/main/java/com/aetherteam/aether/entity/passive/Aerwhale.java:36
ClassAerwhaleModel
src/main/java/com/aetherteam/aether/client/renderer/entity/model/AerwhaleModel.java:11
ClassAerwhaleMoveControl
Custom Aerwhale move controller to help with keeping a smooth travel course.
src/main/java/com/aetherteam/aether/entity/passive/Aerwhale.java:341
ClassAerwhaleRenderer
src/main/java/com/aetherteam/aether/client/renderer/entity/AerwhaleRenderer.java:15
ClassAether
src/main/java/com/aetherteam/aether/Aether.java:119
ClassAetherASM
src/main/java/com/aetherteam/aetherfabric/AetherASM.java:11
ClassAetherAccessoriesMenu
src/main/java/com/aetherteam/aether/inventory/menu/AetherAccessoriesMenu.java:23
ClassAetherAccessoriesScreen
[CODE COPY] - {@link InventoryScreen}.<br><br> Modified to register slots for Aether accessories.
src/main/java/com/aetherteam/aether/client/gui/screen/inventory/AetherAccessoriesScreen.java:51
ClassAetherAccessorySlots
src/main/java/com/aetherteam/aether/inventory/AetherAccessorySlots.java:15
ClassAetherAdvancementLoot
src/main/java/com/aetherteam/aether/data/generators/loot/AetherAdvancementLoot.java:17
ClassAetherAdvancementSoundOverrides
src/main/java/com/aetherteam/aether/api/AetherAdvancementSoundOverrides.java:19
ClassAetherAdvancementTriggers
src/main/java/com/aetherteam/aether/advancement/AetherAdvancementTriggers.java:9
ClassAetherAnimal
Overrides ground-related checks for animals to be specific to the Aether.
src/main/java/com/aetherteam/aether/entity/passive/AetherAnimal.java:17
ClassAetherArmorMaterials
src/main/java/com/aetherteam/aether/item/combat/AetherArmorMaterials.java:18
ClassAetherAtlases
src/main/java/com/aetherteam/aether/client/AetherAtlases.java:9
ClassAetherAttributes
src/main/java/com/aetherteam/aether/entity/ai/attribute/AetherAttributes.java:10
ClassAetherBiomeBuilders
src/main/java/com/aetherteam/aether/data/resources/builders/AetherBiomeBuilders.java:19
ClassAetherBiomes
src/main/java/com/aetherteam/aether/data/resources/registries/AetherBiomes.java:14
ClassAetherBlockEntityTypes
src/main/java/com/aetherteam/aether/blockentity/AetherBlockEntityTypes.java:10
ClassAetherBlockLoot
src/main/java/com/aetherteam/aether/data/generators/loot/AetherBlockLoot.java:20
ClassAetherBlockLootSubProvider
src/main/java/com/aetherteam/aether/data/providers/AetherBlockLootSubProvider.java:36
ClassAetherBlockStateProperties
src/main/java/com/aetherteam/aether/block/AetherBlockStateProperties.java:5
ClassAetherBlockStateRecipeCategory
src/main/java/com/aetherteam/aether/integration/rei/categories/block/AetherBlockStateRecipeCategory.java:17
ClassAetherBlocks
src/main/java/com/aetherteam/aether/block/AetherBlocks.java:45
EnumAetherBookCategory
src/main/java/com/aetherteam/aether/recipe/AetherBookCategory.java:5
InterfaceAetherBossMob
Interface for handling boss-related behavior for mobs. @see BossMob
src/main/java/com/aetherteam/aether/entity/AetherBossMob.java:27
ClassAetherBushBlock
src/main/java/com/aetherteam/aether/block/natural/AetherBushBlock.java:10
ClassAetherCauldronInteractions
src/main/java/com/aetherteam/aether/block/AetherCauldronInteractions.java:22
ClassAetherChestLoot
src/main/java/com/aetherteam/aether/data/generators/loot/AetherChestLoot.java:24
ClassAetherClient
src/main/java/com/aetherteam/aether/client/AetherClient.java:45
ClassAetherColorResolvers
src/main/java/com/aetherteam/aether/client/AetherColorResolvers.java:19
ClassAetherCommands
src/main/java/com/aetherteam/aether/command/AetherCommands.java:9
ClassAetherConfig
src/main/java/com/aetherteam/aether/AetherConfig.java:11
ClassAetherConfiguredFeatureBuilders
src/main/java/com/aetherteam/aether/data/resources/builders/AetherConfiguredFeatureBuilders.java:13
ClassAetherConfiguredFeatures
src/main/java/com/aetherteam/aether/data/resources/registries/AetherConfiguredFeatures.java:48
ClassAetherCookingRecipeBuilder
[CODE COPY] - {@link net.minecraft.data.recipes.SimpleCookingRecipeBuilder}.<br><br> Cleaned up, removed unnecessary static builder methods, and added
src/main/java/com/aetherteam/aether/recipe/builder/AetherCookingRecipeBuilder.java:31
ClassAetherCookingRecipeCategory
src/main/java/com/aetherteam/aether/integration/rei/categories/item/AetherCookingRecipeCategory.java:31
ClassAetherCookingRecipeDisplay
src/main/java/com/aetherteam/aether/integration/rei/categories/item/AetherCookingRecipeDisplay.java:19
ClassAetherCookingSerializer
[CODE COPY] - {@link SimpleCookingSerializer}.<br><br> Cleaned up.
src/main/java/com/aetherteam/aether/recipe/serializer/AetherCookingSerializer.java:22
ClassAetherCreativeTabs
src/main/java/com/aetherteam/aether/item/AetherCreativeTabs.java:19
ClassAetherCustomizationsScreen
A screen for changing perk-related options in-game. @see CustomizationsOptions
src/main/java/com/aetherteam/aether/client/gui/screen/perks/AetherCustomizationsScreen.java:29
ClassAetherDamageTypes
Custom damage types are used for death messages and different damage calculations through tags.
src/main/java/com/aetherteam/aether/data/resources/registries/AetherDamageTypes.java:18
ClassAetherData
src/main/java/com/aetherteam/aether/data/AetherData.java:6
next →1–100 of 1,103, ranked by callers