Class BlockEnergyBatteryConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>,net.minecraft.world.level.block.Block,IntegratedDynamics>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigRegistry<org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>,net.minecraft.world.level.block.Block,IntegratedDynamics>
org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>
org.cyclops.integrateddynamics.block.BlockEnergyBatteryConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>,net.minecraft.world.level.block.Block,IntegratedDynamics>>, org.cyclops.cyclopscore.config.extendedconfig.IModelProviderConfig

public class BlockEnergyBatteryConfig extends org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>
Config for BlockEnergyBattery.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
    static int
     
    static int
     
    static int
     
    static int
     

    Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon

    configProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.cyclops.cyclopscore.config.extendedconfig.BlockClientConfig<IntegratedDynamics>
     
    protected Collection<net.minecraft.world.item.ItemStack>
     
    protected void
    fillCreativeTab(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent event)
     
    Collection<net.minecraft.world.item.ItemStack>
     
    protected void
    registerCapability(net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent event)
     

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon

    createDefaultItemProperties, getBlockClientConfig, getConfigurableType, getDefaultItemConstructor, getDefaultItemConstructor, getFullTranslationKey, getItemConstructor, getItemInstance, getModelName, getRegistry, getTranslationKey, setItemInstance

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigRegistry

    getResourceKey

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon

    addInstanceTransformer, compareTo, downCast, getConfigPropertyPrefix, getElementConstructor, getInstance, getMod, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onRegistered, onRegistryRegistered, save, showDoubleInitError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • capacity

      public static int capacity
    • energyRateCapacityFraction

      public static int energyRateCapacityFraction
    • minEnergyRate

      public static int minEnergyRate
    • maxCreativeTabCapacity

      public static int maxCreativeTabCapacity
    • maxCreativeCapacity

      public static int maxCreativeCapacity
  • Constructor Details

    • BlockEnergyBatteryConfig

      public BlockEnergyBatteryConfig()
  • Method Details

    • registerCapability

      protected void registerCapability(net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent event)
    • fillCreativeTab

      protected void fillCreativeTab(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent event)
    • getDefaultCreativeTabEntries

      public Collection<net.minecraft.world.item.ItemStack> getDefaultCreativeTabEntries()
      Overrides:
      getDefaultCreativeTabEntries in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>
    • dynamicCreativeTabEntries

      protected Collection<net.minecraft.world.item.ItemStack> dynamicCreativeTabEntries()
    • constructBlockClientConfig

      @Nullable public @Nullable org.cyclops.cyclopscore.config.extendedconfig.BlockClientConfig<IntegratedDynamics> constructBlockClientConfig()
      Overrides:
      constructBlockClientConfig in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics>