Package hiiragi283.core.common.event
Object HCRecipeEventHandler
-
- All Implemented Interfaces:
public class HCRecipeEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<ResourceLocation, HTTankInteraction.Serializable>tankInteractionMappublic final static HCRecipeEventHandlerINSTANCE
-
Method Summary
Modifier and Type Method Description final static UnitregisterRuntimeRecipe(ReloadableServerResources registries)final UnitonStruck(EntityStruckByLightningEvent event)HTItemToItemRecipeを処理するイベント final UnitonAnvilLand(HTAnvilLandEvent event)HTItemToChancedRecipeを処理するイベント final UnitonExploded(ExplosionEvent.Detonate event)HCExplodingRecipeを処理するイベント final UnitaddReloadListener(AddReloadListenerEvent event)final Map<ResourceLocation, HTTankInteraction.Serializable>getTankInteractionMap()-
-
Method Detail
-
registerRuntimeRecipe
final static Unit registerRuntimeRecipe(ReloadableServerResources registries)
-
onStruck
final Unit onStruck(EntityStruckByLightningEvent event)
HTItemToItemRecipeを処理するイベント
-
onAnvilLand
final Unit onAnvilLand(HTAnvilLandEvent event)
HTItemToChancedRecipeを処理するイベント
-
onExploded
final Unit onExploded(ExplosionEvent.Detonate event)
HCExplodingRecipeを処理するイベント
-
addReloadListener
final Unit addReloadListener(AddReloadListenerEvent event)
-
getTankInteractionMap
final Map<ResourceLocation, HTTankInteraction.Serializable> getTankInteractionMap()
-
-
-
-