Package tschipp.callablehorses
Class CallableHorsesNeoForge
java.lang.Object
tschipp.callablehorses.CallableHorsesNeoForge
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe registrar is only valid for the duration of RegisterPayloadHandlersEvent, so it is parked here for the platform helper to pick up while the common registration runs. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.neoforged.neoforge.attachment.AttachmentType<HorseOwnerData>> static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<StoredHorseData>> -
Constructor Summary
ConstructorsConstructorDescriptionCallableHorsesNeoForge(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container) -
Method Summary
-
Field Details
-
HORSE_OWNER
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<HorseOwnerData>> HORSE_OWNER -
STORED_HORSE
public static final Supplier<net.neoforged.neoforge.attachment.AttachmentType<StoredHorseData>> STORED_HORSE
-
-
Constructor Details
-
CallableHorsesNeoForge
public CallableHorsesNeoForge(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container)
-