Index

B C D F G I L M N P S W 
All Classes and Interfaces|All Packages|Constant Field Values

B

Blocks() - Constructor for class de.cech12.woodenbucket.init.ModTags.Blocks
 
BREAK_TEMPERATURE_DEFAULT - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Default value of break temperature
BREAK_TEMPERATURE_DESCRIPTION - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Config description of the break temperature
BREAK_TEMPERATURE_MAX - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Maximal value of the break temperature
BREAK_TEMPERATURE_MIN - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Minimal value of the break temperature
BURNING - Static variable in class de.cech12.woodenbucket.init.ModTags.Blocks
 
BURNING - Static variable in class de.cech12.woodenbucket.init.ModTags.Fluids
 
BURNING_TEMPERATURE_DEFAULT - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Default value of burning temperature
BURNING_TEMPERATURE_DESCRIPTION - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Config description of the burning temperature
BURNING_TEMPERATURE_MAX - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Maximal value of the burning temperature
BURNING_TEMPERATURE_MIN - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Minimal value of the burning temperature

C

CommonLoader - Class in de.cech12.woodenbucket
A static class for all loaders which initializes everything which is used by all loaders.
CONFIG - Static variable in class de.cech12.woodenbucket.platform.Services
Config instance
Constants - Class in de.cech12.woodenbucket
Class that contains all common constants.
CRACKING - Static variable in class de.cech12.woodenbucket.init.ModTags.Fluids
 

D

de.cech12.woodenbucket - package de.cech12.woodenbucket
 
de.cech12.woodenbucket.init - package de.cech12.woodenbucket.init
 
de.cech12.woodenbucket.platform - package de.cech12.woodenbucket.platform
 
de.cech12.woodenbucket.platform.services - package de.cech12.woodenbucket.platform.services
 
DURABILITY_DEFAULT - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Default value of durability
DURABILITY_DESCRIPTION - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Config description of the durability
DURABILITY_MAX - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Maximal value of the durability
DURABILITY_MIN - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Minimal value of the durability

F

FISH_OBTAINING_ENABLED_DEFAULT - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Default value of fish obtaining option
FISH_OBTAINING_ENABLED_DESCRIPTION - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Config description of the durability
Fluids() - Constructor for class de.cech12.woodenbucket.init.ModTags.Fluids
 
FREEZING - Static variable in class de.cech12.woodenbucket.init.ModTags.Blocks
 
FREEZING - Static variable in class de.cech12.woodenbucket.init.ModTags.Fluids
 
FREEZING_TEMPERATURE_DEFAULT - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Default value of freezing temperature
FREEZING_TEMPERATURE_DESCRIPTION - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Config description of the freezing temperature
FREEZING_TEMPERATURE_MAX - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Maximal value of the freezing temperature
FREEZING_TEMPERATURE_MIN - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Minimal value of the freezing temperature

G

getBreakTemperature() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
getBreakTemperature() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Gets the configured break temperature value.
getBurningTemperature() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
getBurningTemperature() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Gets the configured burning temperature value.
getDurability() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
getDurability() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Gets the configured durability value.
getEnvironmentName() - Method in interface de.cech12.woodenbucket.platform.services.IPlatformHelper
Gets the name of the environment type as a string.
getFreezingTemperature() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
getFreezingTemperature() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Gets the configured freezing temperature value.
getPlatformName() - Method in class de.cech12.woodenbucket.platform.NeoForgePlatformHelper
 
getPlatformName() - Method in interface de.cech12.woodenbucket.platform.services.IPlatformHelper
Gets the name of the current platform

I

IConfigHelper - Interface in de.cech12.woodenbucket.platform.services
Common configuration helper service interface.
id(String) - Static method in class de.cech12.woodenbucket.Constants
 
init() - Static method in class de.cech12.woodenbucket.CommonLoader
Initialize method that should be called by every loader mod in the constructor.
init() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
init() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Initialization method for the Service implementations.
IPlatformHelper - Interface in de.cech12.woodenbucket.platform.services
Common platform helper service interface.
isDevelopmentEnvironment() - Method in class de.cech12.woodenbucket.platform.NeoForgePlatformHelper
 
isDevelopmentEnvironment() - Method in interface de.cech12.woodenbucket.platform.services.IPlatformHelper
Check if the game is currently in a development environment.
isFishObtainingEnabled() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
isFishObtainingEnabled() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Gets the fish obtaining enabled value.
isMilkingEnabled() - Method in class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
isMilkingEnabled() - Method in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Gets the configured milking enabled value.
isModLoaded(String) - Method in class de.cech12.woodenbucket.platform.NeoForgePlatformHelper
 
isModLoaded(String) - Method in interface de.cech12.woodenbucket.platform.services.IPlatformHelper
Checks if a mod with the given id is loaded.
ITEMS - Static variable in class de.cech12.woodenbucket.WoodenBucketMod
 

L

load(Class) - Static method in class de.cech12.woodenbucket.platform.Services
This code is used to load a service for the current environment.
LOG - Static variable in class de.cech12.woodenbucket.Constants
Logger instance

M

MILKING_ENABLED_DEFAULT - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Default value of milking option
MILKING_ENABLED_DESCRIPTION - Static variable in interface de.cech12.woodenbucket.platform.services.IConfigHelper
Config description of the milking option
MOD_ID - Static variable in class de.cech12.woodenbucket.Constants
mod id
MOD_NAME - Static variable in class de.cech12.woodenbucket.Constants
mod name
ModTags - Class in de.cech12.woodenbucket.init
 
ModTags() - Constructor for class de.cech12.woodenbucket.init.ModTags
 
ModTags.Blocks - Class in de.cech12.woodenbucket.init
 
ModTags.Fluids - Class in de.cech12.woodenbucket.init
 

N

NeoForgeConfigHelper - Class in de.cech12.woodenbucket.platform
The config service implementation for NeoForge.
NeoForgeConfigHelper() - Constructor for class de.cech12.woodenbucket.platform.NeoForgeConfigHelper
 
NeoForgePlatformHelper - Class in de.cech12.woodenbucket.platform
The platform service implementation for NeoForge.
NeoForgePlatformHelper() - Constructor for class de.cech12.woodenbucket.platform.NeoForgePlatformHelper
 

P

PLATFORM - Static variable in class de.cech12.woodenbucket.platform.Services
Platform instance

S

Services - Class in de.cech12.woodenbucket.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.

W

WOODEN_BUCKET - Static variable in class de.cech12.woodenbucket.WoodenBucketMod
 
WOODEN_BUCKET_NAME - Static variable in class de.cech12.woodenbucket.Constants
 
WoodenBucketMod - Class in de.cech12.woodenbucket
 
WoodenBucketMod(IEventBus) - Constructor for class de.cech12.woodenbucket.WoodenBucketMod
 
B C D F G I L M N P S W 
All Classes and Interfaces|All Packages|Constant Field Values