Index
All Classes and Interfaces|All Packages|Serialized Form
C
- canBeBlown - Variable in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBeBlown() - Method in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBeDestroyedByLiquid - Variable in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBeDestroyedByLiquid() - Method in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBeReplaced - Variable in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBeReplaced() - Method in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBurn - Variable in class su.nezushin.openitems.blocks.storage.BlockDataStore
- canBurn() - Method in class su.nezushin.openitems.blocks.storage.BlockDataStore
- charToUnicodeEscapeSequence(char) - Static method in class su.nezushin.openitems.utils.Utils
- ChatMessageSender(Message) - Constructor for class su.nezushin.openitems.utils.Message.ChatMessageSender
- checkMipMap() - Static method in class su.nezushin.openitems.utils.Utils
-
Check if texture pack has texture that limits mip map level.
- ChorusBlockstate - Class in su.nezushin.openitems.rp.blockstates
-
Used for resource pack json serialization
- ChorusBlockstate(Map<String, Integer>) - Constructor for class su.nezushin.openitems.rp.blockstates.ChorusBlockstate
- chorusGrow(BlockGrowEvent) - Method in class su.nezushin.openitems.blocks.CustomBlocksListener
- chorusGrow(BlockSpreadEvent) - Method in class su.nezushin.openitems.blocks.CustomBlocksListener
- chunkLoad(ChunkLoadEvent) - Method in class su.nezushin.openitems.blocks.CustomBlocksListener
- chunkUnload(ChunkUnloadEvent) - Method in class su.nezushin.openitems.blocks.CustomBlocksListener
- clean() - Method in class su.nezushin.openitems.rp.ResourcePackBuilder
- cleanChunk(Chunk) - Method in class su.nezushin.openitems.blocks.CustomBlocks
- cleanRegistered() - Method in class su.nezushin.openitems.rp.cache.BlockIdCache
- cleanRegistered() - Method in class su.nezushin.openitems.rp.cache.FontImageIdCache
- clear() - Method in class su.nezushin.openitems.ModelRegistry
- clearBlockId(ItemStack) - Static method in class su.nezushin.openitems.utils.NBTUtil
-
Clear any info about block behavior
- click(PlayerInteractEvent) - Method in class su.nezushin.openitems.blocks.CustomBlocksListener
- CommandException - Exception Class in su.nezushin.openitems.cmd
- CommandException(Message.ChatMessageSender) - Constructor for exception class su.nezushin.openitems.cmd.CommandException
- concatLists(List<T>...) - Static method in class su.nezushin.openitems.utils.Utils
- config - Static variable in class su.nezushin.openitems.utils.OpenItemsConfig
- config_load_err - Enum constant in enum class su.nezushin.openitems.utils.Message
- config_load_start - Enum constant in enum class su.nezushin.openitems.utils.Message
- config_load_success - Enum constant in enum class su.nezushin.openitems.utils.Message
- ConfigurationSerializableGsonAdapter - Class in su.nezushin.openitems.gson
-
Adapter needed to save any arbitrary data that implements ConfigurationSerializable (ItemStacks, Locations, etc)
- ConfigurationSerializableGsonAdapter() - Constructor for class su.nezushin.openitems.gson.ConfigurationSerializableGsonAdapter
- copyFolder(File, File, File, List<String>, List<String>) - Static method in class su.nezushin.openitems.utils.Utils
- createBlockModel(List<NamespacedSectionBuilder.ResourcePackScanFile>, String, String, Set<String>) - Method in class su.nezushin.openitems.rp.NamespacedSectionBuilder
- createGson() - Static method in class su.nezushin.openitems.gson.ConfigurationSerializableGsonAdapter
- createPath(String, File) - Static method in class su.nezushin.openitems.utils.Utils
- createPath(String, String) - Static method in class su.nezushin.openitems.utils.Utils
- current_block_data - Enum constant in enum class su.nezushin.openitems.utils.Message
- current_equipment_data - Enum constant in enum class su.nezushin.openitems.utils.Message
- current_item_data - Enum constant in enum class su.nezushin.openitems.utils.Message
- CUSTOM_BLOCKS_CHECKED_CHUNK_KEY - Static variable in class su.nezushin.openitems.OpenItems
- CUSTOM_BLOCKS_CHUNK_KEY - Static variable in class su.nezushin.openitems.OpenItems
- CustomBlockBreakEvent - Class in su.nezushin.openitems.events
-
Called when player brakes custom block in world.
- CustomBlockBreakEvent(Block, BlockLocationStore, BlockBreakEvent) - Constructor for class su.nezushin.openitems.events.CustomBlockBreakEvent
- CustomBlockBurnEvent - Class in su.nezushin.openitems.events
-
Called when a block is destroyed as a result of being burnt by fire.
- CustomBlockBurnEvent(Block, BlockLocationStore, BlockBurnEvent) - Constructor for class su.nezushin.openitems.events.CustomBlockBurnEvent
- CustomBlockDropItemEvent - Class in su.nezushin.openitems.events
-
Called after CustomBlockBreakEvent if dropOnDestroy set to true in BlockLocationStore.
- CustomBlockDropItemEvent(Block, BlockLocationStore, BlockDropItemEvent) - Constructor for class su.nezushin.openitems.events.CustomBlockDropItemEvent
- CustomBlockExplodeEvent - Class in su.nezushin.openitems.events
-
Called when block is affected by explosion in world.
- CustomBlockExplodeEvent(Block, BlockLocationStore, Event) - Constructor for class su.nezushin.openitems.events.CustomBlockExplodeEvent
- CustomBlockExplodeEvent.ExplosionEventType - Enum Class in su.nezushin.openitems.events
- CustomBlockLoadEvent - Class in su.nezushin.openitems.events
-
Called for every custom block when loading chunk After one tick you may modify loaded block.
- CustomBlockLoadEvent(Block, BlockLocationStore) - Constructor for class su.nezushin.openitems.events.CustomBlockLoadEvent
- CustomBlockModel - Interface in su.nezushin.openitems.blocks.types
- CustomBlockPlaceEvent - Class in su.nezushin.openitems.events
-
Called when player places custom block in world You can get original BlockPlaceEvent using getSource() method.
- CustomBlockPlaceEvent(Block, BlockLocationStore, BlockPlaceEvent) - Constructor for class su.nezushin.openitems.events.CustomBlockPlaceEvent
- CustomBlocks - Class in su.nezushin.openitems.blocks
- CustomBlocks() - Constructor for class su.nezushin.openitems.blocks.CustomBlocks
- CustomBlocksListener - Class in su.nezushin.openitems.blocks
- CustomBlocksListener() - Constructor for class su.nezushin.openitems.blocks.CustomBlocksListener
- CustomBlockUnloadEvent - Class in su.nezushin.openitems.events
-
Called for every custom block when loading chunk
- CustomBlockUnloadEvent(Block, BlockLocationStore) - Constructor for class su.nezushin.openitems.events.CustomBlockUnloadEvent
- CustomChorusModel - Class in su.nezushin.openitems.blocks.types
- CustomChorusModel(int) - Constructor for class su.nezushin.openitems.blocks.types.CustomChorusModel
- CustomNoteblockModel - Class in su.nezushin.openitems.blocks.types
- CustomNoteblockModel(int) - Constructor for class su.nezushin.openitems.blocks.types.CustomNoteblockModel
- CustomTripwireModel - Class in su.nezushin.openitems.blocks.types
- CustomTripwireModel(int) - Constructor for class su.nezushin.openitems.blocks.types.CustomTripwireModel
All Classes and Interfaces|All Packages|Serialized Form