Package hiiragi283.core.common.event
Object HCRecipeEventHandler
-
- All Implemented Interfaces:
public class HCRecipeEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description public final static HCRecipeEventHandlerINSTANCE
-
Method Summary
Modifier and Type Method Description final static UnitregisterRuntimeRecipe(ReloadableServerResources registries)final UnitonStruck(EntityStruckByLightningEvent event)HCChargingRecipeを処理するイベント final UnitonAnvilLand(HTAnvilLandEvent event)HTSingleMultiOutputRecipeを処理するイベント final UnitonExploded(ExplosionEvent.Detonate event)HCExplodingRecipeを処理するイベント -
-
Method Detail
-
registerRuntimeRecipe
final static Unit registerRuntimeRecipe(ReloadableServerResources registries)
-
onStruck
final Unit onStruck(EntityStruckByLightningEvent event)
HCChargingRecipeを処理するイベント
-
onAnvilLand
final Unit onAnvilLand(HTAnvilLandEvent event)
HTSingleMultiOutputRecipeを処理するイベント
-
onExploded
final Unit onExploded(ExplosionEvent.Detonate event)
HCExplodingRecipeを処理するイベント
-
-
-
-