Package com.petrolpark
Class PetrolparkDataComponentTypes
java.lang.Object
com.petrolpark.PetrolparkDataComponentTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.component.DataComponentType<BadgeItem.BadgeAward> static final net.minecraft.core.component.DataComponentType<Integer> static final net.minecraft.core.component.DataComponentType<IDecayProduct> static final net.minecraft.core.component.DataComponentType<Long> static final net.minecraft.core.component.DataComponentType<DecayTime> static final net.minecraft.core.component.DataComponentType<net.minecraft.core.Holder<net.minecraft.world.level.storage.loot.functions.LootItemFunction>> static final net.minecraft.core.component.DataComponentType<List<net.minecraft.core.Holder<Contaminant>>> static final net.minecraft.core.component.DataComponentType<RecipeReferenceDataComponent> static final net.minecraft.core.component.DataComponentType<net.minecraft.world.level.block.Rotation> static final net.minecraft.core.component.DataComponentType<net.minecraft.core.Holder<Shop>> static final net.minecraft.core.component.DataComponentType<ITeam.Provider> static final net.minecraft.core.component.DataComponentType<ShopsData> static final net.minecraft.core.component.DataComponentType<WoodHelper.Wood> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidregister(net.neoforged.bus.api.IEventBus modEventBus)
-
Field Details
-
BADGE_AWARD
public static final net.minecraft.core.component.DataComponentType<BadgeItem.BadgeAward> BADGE_AWARD -
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
-
DECAY_TIME
-
DECAY_START_TIME
-
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 -
SHOP
public static final net.minecraft.core.component.DataComponentType<net.minecraft.core.Holder<Shop>> SHOP -
WOOD
-
TEAM_SHOPS
-
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)
-