Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addItemsToTabs(BuildCreativeModeTabContentsEvent) - Static method in class de.cech12.woodenhopper.ForgeWoodenHopperMod
- appendHoverText(ItemStack, Item.TooltipContext, TooltipDisplay, Consumer, TooltipFlag) - Method in class de.cech12.woodenhopper.item.WoodenHopperItem
B
- BLOCK_ENTITY_TYPES - Static variable in class de.cech12.woodenhopper.platform.ForgeRegistryHelper
- BLOCK_ITEM_NAME - Static variable in class de.cech12.woodenhopper.Constants
- BLOCKS - Static variable in class de.cech12.woodenhopper.platform.ForgeRegistryHelper
C
- CommonLoader - Class in de.cech12.woodenhopper
-
A static class for all loaders which initializes everything which is used by all loaders.
- CONFIG - Static variable in class de.cech12.woodenhopper.platform.Services
-
Config instance
- Constants - Class in de.cech12.woodenhopper
-
Class that contains all common constants.
- COOLDOWN_DEFAULT - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Default value of the hoppers cooldown value
- COOLDOWN_DESCRIPTION - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Config description of the hoppers cooldown value
- COOLDOWN_MAX - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Maximal value of the hoppers cooldown value
- COOLDOWN_MIN - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Minimal value of the hoppers cooldown value
- createMenu(int, Inventory) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- createUnSidedHandler() - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
D
- de.cech12.woodenhopper - package de.cech12.woodenhopper
- de.cech12.woodenhopper.block - package de.cech12.woodenhopper.block
- de.cech12.woodenhopper.blockentity - package de.cech12.woodenhopper.blockentity
- de.cech12.woodenhopper.client - package de.cech12.woodenhopper.client
- de.cech12.woodenhopper.inventory - package de.cech12.woodenhopper.inventory
- de.cech12.woodenhopper.item - package de.cech12.woodenhopper.item
- de.cech12.woodenhopper.platform - package de.cech12.woodenhopper.platform
- de.cech12.woodenhopper.platform.services - package de.cech12.woodenhopper.platform.services
E
- entityInside(BlockState, Level, BlockPos, Entity, InsideBlockEffectApplier, boolean) - Method in class de.cech12.woodenhopper.block.WoodenHopperBlock
- extractBackground(GuiGraphicsExtractor, int, int, float) - Method in class de.cech12.woodenhopper.client.WoodenHopperScreen
- extractRenderState(GuiGraphicsExtractor, int, int, float) - Method in class de.cech12.woodenhopper.client.WoodenHopperScreen
F
- ForgeConfigHelper - Class in de.cech12.woodenhopper.platform
-
The config service implementation for Forge.
- ForgeConfigHelper() - Constructor for class de.cech12.woodenhopper.platform.ForgeConfigHelper
- ForgePlatformHelper - Class in de.cech12.woodenhopper.platform
-
The platform service implementation for Forge.
- ForgePlatformHelper() - Constructor for class de.cech12.woodenhopper.platform.ForgePlatformHelper
- ForgeRegistryHelper - Class in de.cech12.woodenhopper.platform
- ForgeRegistryHelper() - Constructor for class de.cech12.woodenhopper.platform.ForgeRegistryHelper
- ForgeWoodenHopperBlockEntity - Class in de.cech12.woodenhopper.blockentity
- ForgeWoodenHopperBlockEntity(BlockPos, BlockState) - Constructor for class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- ForgeWoodenHopperItemHandler - Class in de.cech12.woodenhopper.block
- ForgeWoodenHopperItemHandler(WoodenHopperBlockEntity) - Constructor for class de.cech12.woodenhopper.block.ForgeWoodenHopperItemHandler
- ForgeWoodenHopperMod - Class in de.cech12.woodenhopper
- ForgeWoodenHopperMod(FMLJavaModLoadingContext) - Constructor for class de.cech12.woodenhopper.ForgeWoodenHopperMod
G
- getAllAliveEntitiesAt(Level, double, double, double, Predicate) - Static method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- getContainerSize() - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
-
Returns the number of slots in the inventory.
- getCooldown() - Method in class de.cech12.woodenhopper.platform.ForgeConfigHelper
- getCooldown() - Method in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Gets the configured cooldown value.
- getDefaultName() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- getEnvironmentName() - Method in interface de.cech12.woodenhopper.platform.services.IPlatformHelper
-
Gets the name of the environment type as a string.
- getItemHandler(Level, double, double, double, Direction) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- getItemHandler(Level, double, double, double, Direction) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- getItems() - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- getLastUpdateTime() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- getLevelX() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
-
Gets the world X position for this hopper entity.
- getLevelY() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
-
Gets the world Y position for this hopper entity.
- getLevelZ() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
-
Gets the world Z position for this hopper entity.
- getNewBlockEntity(BlockPos, BlockState) - Method in class de.cech12.woodenhopper.platform.ForgeRegistryHelper
- getNewBlockEntity(BlockPos, BlockState) - Method in interface de.cech12.woodenhopper.platform.services.IRegistryHelper
- getOwnItemHandler() - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- getOwnItemHandler() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- getPlatformName() - Method in class de.cech12.woodenhopper.platform.ForgePlatformHelper
- getPlatformName() - Method in interface de.cech12.woodenhopper.platform.services.IPlatformHelper
-
Gets the name of the current platform
- getTicker(Level, BlockState, BlockEntityType) - Method in class de.cech12.woodenhopper.block.WoodenHopperBlock
I
- IConfigHelper - Interface in de.cech12.woodenhopper.platform.services
-
Common configuration helper service interface.
- id(String) - Static method in class de.cech12.woodenhopper.Constants
- init() - Static method in class de.cech12.woodenhopper.CommonLoader
-
Initialize method that should be called by every loader mod in the constructor.
- init() - Method in class de.cech12.woodenhopper.platform.ForgeConfigHelper
- init() - Method in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Initialization method for the Service implementations.
- insertItem(int, ItemStack, boolean) - Method in class de.cech12.woodenhopper.block.ForgeWoodenHopperItemHandler
- IPlatformHelper - Interface in de.cech12.woodenhopper.platform.services
-
Common platform helper service interface.
- IRegistryHelper - Interface in de.cech12.woodenhopper.platform.services
-
Common registry helper service interface.
- isDevelopmentEnvironment() - Method in class de.cech12.woodenhopper.platform.ForgePlatformHelper
- isDevelopmentEnvironment() - Method in interface de.cech12.woodenhopper.platform.services.IPlatformHelper
-
Check if the game is currently in a development environment.
- isGridAligned() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- isModLoaded(String) - Method in class de.cech12.woodenhopper.platform.ForgePlatformHelper
- isModLoaded(String) - Method in interface de.cech12.woodenhopper.platform.services.IPlatformHelper
-
Checks if a mod with the given id is loaded.
- isNotFull(Object) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- isNotFull(Object) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- isNotOnTransferCooldown() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- isPullItemsFromInventoriesEnabled() - Method in class de.cech12.woodenhopper.platform.ForgeConfigHelper
- isPullItemsFromInventoriesEnabled() - Method in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Gets the configured "pull items from inventories" value.
- isPullItemsFromWorldEnabled() - Method in class de.cech12.woodenhopper.platform.ForgeConfigHelper
- isPullItemsFromWorldEnabled() - Method in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Gets the configured "pull items from world" value.
- ITEMS - Static variable in class de.cech12.woodenhopper.platform.ForgeRegistryHelper
L
- load(Class) - Static method in class de.cech12.woodenhopper.platform.Services
-
This code is used to load a service for the current environment.
- loadAdditional(ValueInput) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- loadAdditional(ValueInput) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- LOG - Static variable in class de.cech12.woodenhopper.Constants
-
Logger instance
M
- mayNotTransfer() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- MENU_TYPES - Static variable in class de.cech12.woodenhopper.platform.ForgeRegistryHelper
- MOD_ID - Static variable in class de.cech12.woodenhopper.Constants
-
mod id
- MOD_NAME - Static variable in class de.cech12.woodenhopper.Constants
-
mod name
N
- newBlockEntity(BlockPos, BlockState) - Method in class de.cech12.woodenhopper.block.WoodenHopperBlock
O
- onClientRegister(FMLClientSetupEvent) - Static method in class de.cech12.woodenhopper.ForgeWoodenHopperMod
- onItemEntityIsCaptured(ItemEntity) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
P
- PLATFORM - Static variable in class de.cech12.woodenhopper.platform.Services
-
Platform instance
- PULL_ITEMS_FROM_INVENTORIES_ENABLED - Static variable in class de.cech12.woodenhopper.platform.ForgeConfigHelper
- PULL_ITEMS_FROM_INVENTORIES_ENABLED_DEFAULT - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Default value of the hoppers "pull items from inventories" value
- PULL_ITEMS_FROM_INVENTORIES_ENABLED_DESCRIPTION - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Config description of the hoppers "pull items from inventories" value
- PULL_ITEMS_FROM_WORLD_ENABLED - Static variable in class de.cech12.woodenhopper.platform.ForgeConfigHelper
- PULL_ITEMS_FROM_WORLD_ENABLED_DEFAULT - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Default value of the hoppers "pull items from world" value
- PULL_ITEMS_FROM_WORLD_ENABLED_DESCRIPTION - Static variable in interface de.cech12.woodenhopper.platform.services.IConfigHelper
-
Config description of the hoppers "pull items from world" value
- pullItems() - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
-
Pull dropped EntityItems from the world above the hopper and items from any inventory attached to this hopper into the hopper's inventory.
- pullItemsFromItemHandler(Object) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- pullItemsFromItemHandler(Object) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- putStackInInventoryAllSlots(BlockEntity, Object, Object, ItemStack) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- putStackInInventoryAllSlots(BlockEntity, Object, Object, ItemStack) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
Q
- quickMoveStack(Player, int) - Method in class de.cech12.woodenhopper.inventory.WoodenHopperContainer
-
Handle when the stack in slot
indexis shift-clicked.
R
- REGISTRY - Static variable in class de.cech12.woodenhopper.platform.Services
-
Registry instance
- removed(Player) - Method in class de.cech12.woodenhopper.inventory.WoodenHopperContainer
-
Called when the container is closed.
- removeItem(int, int) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
-
Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- removeItemNoUpdate(int) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
-
Removes a stack from the given slot and returns it.
S
- saveAdditional(ValueOutput) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- saveAdditional(ValueOutput) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- Services - Class in de.cech12.woodenhopper.platform
-
Service loaders are a built-in Java feature that allow us to locate implementations of an interface that vary from one environment to another.
- setItem(int, ItemStack) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
-
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
- setItems(NonNullList) - Method in class de.cech12.woodenhopper.blockentity.ForgeWoodenHopperBlockEntity
- setTransferCooldown(int) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- stillValid(Player) - Method in class de.cech12.woodenhopper.inventory.WoodenHopperContainer
-
Determines whether supplied player can use this container
T
- tick(Level, WoodenHopperBlockEntity) - Static method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- tickedGameTime - Variable in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- transferCooldown - Variable in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
U
- updateCooldown(boolean, BlockEntity, Object) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- updateHopper(Supplier) - Method in class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- useWithoutItem(BlockState, Level, BlockPos, Player, BlockHitResult) - Method in class de.cech12.woodenhopper.block.WoodenHopperBlock
W
- WOODEN_HOPPER_BLOCK - Static variable in class de.cech12.woodenhopper.Constants
- WOODEN_HOPPER_BLOCK_ENTITY_TYPE - Static variable in class de.cech12.woodenhopper.Constants
- WOODEN_HOPPER_ITEM - Static variable in class de.cech12.woodenhopper.Constants
- WOODEN_HOPPER_MENU_TYPE - Static variable in class de.cech12.woodenhopper.Constants
- WoodenHopperBlock - Class in de.cech12.woodenhopper.block
- WoodenHopperBlock(BlockBehaviour.Properties) - Constructor for class de.cech12.woodenhopper.block.WoodenHopperBlock
- WoodenHopperBlockEntity - Class in de.cech12.woodenhopper.blockentity
- WoodenHopperBlockEntity(BlockPos, BlockState) - Constructor for class de.cech12.woodenhopper.blockentity.WoodenHopperBlockEntity
- WoodenHopperContainer - Class in de.cech12.woodenhopper.inventory
- WoodenHopperContainer(int, Inventory) - Constructor for class de.cech12.woodenhopper.inventory.WoodenHopperContainer
- WoodenHopperContainer(int, Inventory, Container) - Constructor for class de.cech12.woodenhopper.inventory.WoodenHopperContainer
- WoodenHopperItem - Class in de.cech12.woodenhopper.item
- WoodenHopperItem(Block, Item.Properties) - Constructor for class de.cech12.woodenhopper.item.WoodenHopperItem
- WoodenHopperScreen - Class in de.cech12.woodenhopper.client
- WoodenHopperScreen(WoodenHopperContainer, Inventory, Component) - Constructor for class de.cech12.woodenhopper.client.WoodenHopperScreen
All Classes and Interfaces|All Packages|Constant Field Values