Class PetrolparkDataComponents

java.lang.Object
com.petrolpark.PetrolparkDataComponents

public class PetrolparkDataComponents 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_CONTAMINANTS

      public static final net.minecraft.core.component.DataComponentType<List<net.minecraft.core.Holder<Contaminant>>> ORPHAN_CONTAMINANTS
    • 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
    • BOGGLE_PATTERN

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

      public static final net.minecraft.core.component.DataComponentType<net.minecraft.core.Holder<Shop>> SHOP
    • SHOPS_DATA

      public static final net.minecraft.core.component.DataComponentType<ShopsData> SHOPS_DATA
    • ROTATION_WHILE_FLYING

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

      public static final net.minecraft.core.component.DataComponentType<IDough<?>> DOUGH
  • Constructor Details

    • PetrolparkDataComponents

      public PetrolparkDataComponents()
  • Method Details

    • register

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