Class PetrolsPartsRegistrate

java.lang.Object
com.tterrag.registrate.AbstractRegistrate<PetrolsPartsRegistrate>
com.petrolpark.AbstractPetrolparkRegistrate<PetrolsPartsRegistrate>
com.petrolpark.compat.create.core.AbstractPetrolparkCreateRegistrate<PetrolsPartsRegistrate>
com.petrolpark.petrolsparts.core.PetrolsPartsRegistrate

public final class PetrolsPartsRegistrate extends com.petrolpark.compat.create.core.AbstractPetrolparkCreateRegistrate<PetrolsPartsRegistrate>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.petrolpark.AbstractPetrolparkRegistrate

    com.petrolpark.AbstractPetrolparkRegistrate.SharedFeatureBuilderCallback
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends net.minecraft.world.level.block.entity.BlockEntity, P>
    com.simibubi.create.foundation.data.CreateBlockEntityBuilder<T,PetrolsPartsRegistrate>
    createBlockEntity(String name, com.tterrag.registrate.builders.BlockEntityBuilder.BlockEntityFactory<T> factory)
     
    <T extends net.minecraft.world.item.Item>
    com.petrolpark.core.registrate.builder.PetrolparkItemBuilder<T,PetrolsPartsRegistrate>
    item(String name, com.tterrag.registrate.util.nullness.NonNullFunction<net.minecraft.world.item.Item.Properties,T> factory)
     

    Methods inherited from class com.petrolpark.compat.create.core.AbstractPetrolparkCreateRegistrate

    coloredFluid, coloredWaterFluid, doughIngredientType, doughIngredientType, doughIngredientType, doughIngredientType, sharedColoredContainerFluid, sharedColoredFluid, sharedColoredWaterContainerFluid, sharedColoredWaterFluid, sharedCreateBlockEntity, sharedSingleTextureVirtualContainerFluid, sharedVirtualFluid, virtualFluid

    Methods inherited from class com.petrolpark.AbstractPetrolparkRegistrate

    attribute, badge, badge, block, blockEntity, blockEntity, blockEntityType, bogglePatternGeneratorType, bogglePatternGeneratorType, booleanScratchExpression, criterionTrigger, dataLoadingCondition, decayProductType, entity, entityRewardType, entitySubPredicateType, entityVariantPredicateType, entityVariantPredicateType, environmentDepedendentScratchExpressionType, flexibleEnvironmentScratchBlockType, fluidAdvancedIngredientType, fluidAdvancedIngredientType, fluidAdvancedIngredientType, fluidIngredientType, functionLootNumberProviderType, genericAdvancedIngredientType, genericScratchBlockType, genericScratchExpressionType, globalLootModifierSerializer, ingredientRandomizerType, ingredientType, item, itemAdvancedIngredientType, itemAdvancedIngredientType, itemAdvancedIngredientType, itemAdvancedIngredientType, itemSubPredicateType, lootConditionType, lootContextParamSet, lootEntityNumberProviderType, lootItemFunctionType, lootItemStackNumberProviderType, lootNumberProviderType, lootPoolEntryModifierType, lootTableModifierType, lootTeamNumberProviderType, mobEffect, mobEffect, particleType, recipeSerializer, recipeSerializer, recipeSerializer, recipeType, rewardGeneratorType, rewardType, scratchBlockType, scratchClassType, scratchEnvironmentType, scratchExpressionType, scratchExpressionType, sharedBlock, sharedBlock, sharedBlockEntity, sharedEntry, sharedItem, sharedItem, sharedItem, sharedMobEffect, sharedRecipeType, simpleScratchClass, soundEvent, soundEvent, teamProviderType, teamRewardType, tradeListingReferenceType, woodSet

    Methods inherited from class com.tterrag.registrate.AbstractRegistrate

    accept, addDataGenerator, addLang, addLang, addRawLang, addRegisterCallback, addRegisterCallback, block, block, block, blockEntity, blockEntity, currentName, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, defaultCreativeTab, entity, entity, entity, entry, entry, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, fluid, genData, generic, generic, generic, generic, get, get, getAll, getDataGenInitializer, getDataProvider, getModEventBus, getModid, getOptional, isDevEnvironment, isRegistered, item, item, makeDatapackRegistry, makeDatapackRegistry, makeRegistry, menu, menu, menu, menu, menu, menu, menu, menu, modifyCreativeModeTab, object, onBuildCreativeModeTabContents, onData, onRegister, onRegisterLate, registerEventListeners, self, setDataGenerator, setDataGenerator, setModEventBus, simple, simple, simple, simple, skipErrors, transform, transform

    Methods inherited from class java.lang.Object

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

    • PetrolsPartsRegistrate

      public PetrolsPartsRegistrate()
  • Method Details

    • item

      public <T extends net.minecraft.world.item.Item> com.petrolpark.core.registrate.builder.PetrolparkItemBuilder<T,PetrolsPartsRegistrate> item(String name, com.tterrag.registrate.util.nullness.NonNullFunction<net.minecraft.world.item.Item.Properties,T> factory)
      Overrides:
      item in class com.petrolpark.AbstractPetrolparkRegistrate<PetrolsPartsRegistrate>
    • createBlockEntity

      public <T extends net.minecraft.world.level.block.entity.BlockEntity, P> com.simibubi.create.foundation.data.CreateBlockEntityBuilder<T,PetrolsPartsRegistrate> createBlockEntity(String name, com.tterrag.registrate.builders.BlockEntityBuilder.BlockEntityFactory<T> factory)