Package com.petrolpark
Class PetrolparkAttachmentTypes
java.lang.Object
com.petrolpark.PetrolparkAttachmentTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.neoforged.neoforge.attachment.AttachmentType<PlayerBadges>> static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<EntityCustomer>> static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<SinglePlayerTeam>> static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<PlayerWishList>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(net.neoforged.bus.api.IEventBus modEventBus)
-
Field Details
-
BADGES
-
SINGLE_PLAYER_TEAM_COMPONENTS
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<SinglePlayerTeam>> SINGLE_PLAYER_TEAM_COMPONENTS -
WISHLIST
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<PlayerWishList>> WISHLIST -
ENTITY_CUSTOMER
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<EntityCustomer>> ENTITY_CUSTOMER
-
-
Constructor Details
-
PetrolparkAttachmentTypes
public PetrolparkAttachmentTypes()
-
-
Method Details
-
register
@Internal public static void register(net.neoforged.bus.api.IEventBus modEventBus)
-