Class PetrolparkDataComponentTypes

java.lang.Object
petrolpark.mc.library.registry.PetrolparkDataComponentTypes

public class PetrolparkDataComponentTypes extends Object
  • Field Details

    • BADGE_AWARD

      public static final net.minecraft.core.component.DataComponentType<BadgeItem.BadgeAward> BADGE_AWARD
    • TEAM_PROVIDER

      public static final net.minecraft.core.component.DataComponentType<ITeam.Provider> TEAM_PROVIDER
    • ORPHAN_FLAGS

      public static final net.minecraft.core.component.DataComponentType<List<net.minecraft.core.Holder<Flag>>> ORPHAN_FLAGS
    • RECIPE_REFERENCE

      public static final net.minecraft.core.component.DataComponentType<RecipeReferenceDataComponent> RECIPE_REFERENCE
    • DECAY_PRODUCT

      public static final net.minecraft.core.component.DataComponentType<IDecayProduct> DECAY_PRODUCT
    • DECAY_TIME

      public static final net.minecraft.core.component.DataComponentType<DecayTime> DECAY_TIME
    • DECAY_START_TIME

      public static final net.minecraft.core.component.DataComponentType<Long> DECAY_START_TIME
    • RESTAURANT

      public static final net.minecraft.core.component.DataComponentType<net.minecraft.core.Holder<Restaurant>> RESTAURANT
      Reference to a Restaurant
    • RESTAURANT_ORDER_EXAMPLES

      public static final net.minecraft.core.component.DataComponentType<List<net.minecraft.world.item.ItemStack>> RESTAURANT_ORDER_EXAMPLES
    • CUSTOMER_PROVIDER

      public static final net.minecraft.core.component.DataComponentType<ICustomer.Provider> CUSTOMER_PROVIDER
    • BOGGLE_PATTERN

      public static final net.minecraft.core.component.DataComponentType<Integer> BOGGLE_PATTERN
    • FERTILIZER_EFFECT

      public static final net.minecraft.core.component.DataComponentType<net.minecraft.core.Holder<net.minecraft.world.level.storage.loot.functions.LootItemFunction>> FERTILIZER_EFFECT
    • WOOD

      public static final net.minecraft.core.component.DataComponentType<WoodHelper.Wood> WOOD
    • TEAM_RESTAURANTS

      public static final net.minecraft.core.component.DataComponentType<RestaurantsData> TEAM_RESTAURANTS
    • TEAM_ONE_TIME_REWARDS

      public static final net.minecraft.core.component.DataComponentType<Set<net.minecraft.resources.ResourceLocation>> TEAM_ONE_TIME_REWARDS
    • ROTATION_WHILE_FLYING

      public static final net.minecraft.core.component.DataComponentType<net.minecraft.world.level.block.Rotation> ROTATION_WHILE_FLYING
  • Constructor Details

    • PetrolparkDataComponentTypes

      public PetrolparkDataComponentTypes()
  • Method Details

    • register

      @Internal public static final void register(net.neoforged.bus.api.IEventBus modEventBus)