Package at.petrak.paucal.xplat.common
Class ModRegistries
java.lang.Object
at.petrak.paucal.xplat.common.ModRegistries
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.architectury.registry.registries.RegistrySupplier<BeContributorTrigger> static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.sounds.SoundEvent> static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation> static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation> static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.resources.ResourceLocation> static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.advancements.CriterionTrigger<?>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TRIGGER_TYPES
public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.advancements.CriterionTrigger<?>> TRIGGER_TYPES -
BE_CONTRIBUTOR_TRIGGER
public static final dev.architectury.registry.registries.RegistrySupplier<BeContributorTrigger> BE_CONTRIBUTOR_TRIGGER -
SOUNDS
public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> SOUNDS -
HEADPAT_SOUND
public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.sounds.SoundEvent> HEADPAT_SOUND -
STATS
public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.resources.ResourceLocation> STATS -
PLAYERS_PATTED
public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation> PLAYERS_PATTED -
HEADPATS_GOTTEN
public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation> HEADPATS_GOTTEN
-
-
Constructor Details
-
ModRegistries
public ModRegistries()
-