Class BlockCableConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<org.cyclops.cyclopscore.config.extendedconfig.BlockConfig,net.minecraft.world.level.block.Block>
org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
org.cyclops.integrateddynamics.block.BlockCableConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.BlockConfig,
,net.minecraft.world.level.block.Block>> org.cyclops.cyclopscore.config.extendedconfig.IModelProviderConfig
public class BlockCableConfig
extends org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Config for
BlockCable
.-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
dynamicBlockVariantLocation, dynamicItemVariantLocation
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onModLoaded
(net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent event) Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
defaultCreativeTabEntries, getBlockColorHandler, getConfigurableType, getDefaultItemConstructor, getDefaultItemConstructor, getFullTranslationKey, getItemConstructor, getItemInstance, getModelName, getRegistry, getTranslationKey, onForgeRegistered, onRegistered, registerDynamicModel, setItemInstance
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
getResourceKey
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
compareTo, downCast, getConfigPropertyPrefix, getElementConstructor, getInstance, getMod, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, save, showDoubleInitError
-
Field Details
-
dynamicShape
public static boolean dynamicShape
-
-
Constructor Details
-
BlockCableConfig
public BlockCableConfig()
-
-
Method Details
-
onModLoaded
public void onModLoaded(net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent event)
-