Class SharedAttachmentTypes
java.lang.Object
petrolpark.mc.library.shared.registry.SharedAttachmentTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.neoforged.neoforge.attachment.AttachmentType<net.minecraft.world.level.gameevent.vibrations.VibrationSystem.Data>> static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<net.minecraft.world.level.gameevent.DynamicGameEventListener<HangoverMobEffect.VibrationListener>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidregister(net.neoforged.bus.api.IEventBus eventBus)
-
Field Details
-
HANGOVER_VIBRATION_LISTENER
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<net.minecraft.world.level.gameevent.DynamicGameEventListener<HangoverMobEffect.VibrationListener>>> HANGOVER_VIBRATION_LISTENER -
HANGOVER_VIBRATION_DATA
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<net.minecraft.world.level.gameevent.vibrations.VibrationSystem.Data>> HANGOVER_VIBRATION_DATA
-
-
Constructor Details
-
SharedAttachmentTypes
public SharedAttachmentTypes()
-
-
Method Details
-
register
public static final void register(net.neoforged.bus.api.IEventBus eventBus)
-