Class IgnisCoreAPI
java.lang.Object
dev.rono.igniscore.api.IgnisCoreAPI
-
Method Summary
Modifier and TypeMethodDescriptionstatic IgnisItemcreateBlockItem(String typeId) static IgnisItemcreateItem(String typeId) static Collection<RuntimeBlockInstance> static Map<String, BlockDefinition> static IgnisEffectServicestatic Map<String, ItemDefinition> static IgnisNbtServicestatic StringgetPlacedBlockType(IgnisLocation location) static IgnisProtocolServicestatic IgnisStrategyRegistrystatic RuntimeBlockInstanceignitePlacedBlock(IgnisLocation location, Object context) static voidinit(IgnisCoreFacade instance) static voidstatic RuntimeBlockInstancetriggerBlock(IgnisLocation location, String typeId, Object context)
-
Method Details
-
init
-
getBlockTypes
-
getItemTypes
-
triggerBlock
public static RuntimeBlockInstance triggerBlock(IgnisLocation location, String typeId, Object context) -
ignitePlacedBlock
-
getPlacedBlockType
-
getActiveBlocks
-
createBlockItem
-
createItem
-
getStrategyRegistry
-
getNbtService
-
getProtocolService
-
getEffectService
-
reloadExtensions
public static void reloadExtensions()
-