A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

I

id(java.lang.String) - function in hiiragi283.core.api.HiiragiCoreAPI
名前空間が"hiiragi_core"となるIDを返します。
id(java.lang.String) - function in hiiragi283.core.api.HiiragiCoreAPI
名前空間が"hiiragi_core"となるIDを返します。
identity() - function in hiiragi283.core.api.function.FunctionsKt
恒等操作を行うブロックを返します。
ignitedByLava(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.BlockGetter,net.minecraft.core.BlockPos,net.minecraft.core.Direction) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
ImmutableMultiMap - class in hiiragi283.core.api.collection
一つのキーに対して複数の値で構成されるマップを表すクラスです。
ImmutableMultiMap.Builder - class in hiiragi283.core.api.collection.ImmutableMultiMap
ImmutableMultiMapのビルダークラスです。
immutableMultiMapOf() - function in hiiragi283.core.api.collection.ImmutableMultiMapsKt
 
ImmutableMultiMapsKt - class in hiiragi283.core.api.collection
 
ImmutableRecipeInput - class in hiiragi283.core.common.crafting
RecipeInputをItemStackのListとして扱うためのラッパークラスです。
ImmutableTable - class in hiiragi283.core.api.collection
二つのキーに対して一つの値で構成されるコレクションを表すクラスです。
ImmutableTable.Builder - class in hiiragi283.core.api.collection.ImmutableTable
ImmutableTableのビルダークラスです。
immutableTableOf() - function in hiiragi283.core.api.collection.ImmutableTablesKt
 
ImmutableTablesKt - class in hiiragi283.core.api.collection
 
incrementStateId() - function in net.minecraft.world.inventory.AbstractContainerMenu
 
indexOf(net.minecraft.world.item.ItemStack) - function in kotlin.collections.AbstractList
 
INFINITE - enum entry in hiiragi283.core.api.text.HTCommonTranslation
 
ingotToNugget() - function in hiiragi283.core.common.data.recipe.HTMaterialRecipeProvider
 
init(net.minecraft.client.Minecraft,java.lang.Integer,java.lang.Integer) - function in net.minecraft.client.gui.screens.Screen
 
initialize(dev.emi.emi.api.EmiInitRegistry) - function in dev.emi.emi.api.EmiPlugin
 
initializeClient(java.util.function.Consumer) - function in net.minecraft.world.item.Item
 
initializeClient(java.util.function.Consumer) - function in net.minecraft.world.level.block.Block
 
initializeClient(java.util.function.Consumer) - function in net.neoforged.neoforge.fluids.FluidType
 
initializeContents(java.lang.Integer,java.util.List,net.minecraft.world.item.ItemStack) - function in net.minecraft.world.inventory.AbstractContainerMenu
 
initReducedUpdateTag(hiiragi283.core.api.serialization.value.HTValueOutput) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
initReducedUpdateTag(hiiragi283.core.api.serialization.value.HTValueOutput) - function in hiiragi283.core.common.block.entity.HTExtendedBlockEntity
 
input(hiiragi283.core.api.storage.item.HTItemSlot.Basic,java.lang.Integer,java.lang.Integer) - function in hiiragi283.core.common.inventory.HTContainerItemSlot.Companion
 
INPUT - enum entry in hiiragi283.core.common.inventory.HTContainerItemSlot.Type
 
input(hiiragi283.core.api.HTContentListener,java.lang.Integer) - function in hiiragi283.core.common.storage.energy.HTBasicEnergyBattery.Companion
 
input(hiiragi283.core.api.HTContentListener,java.lang.Integer,java.util.function.Predicate,java.util.function.Predicate) - function in hiiragi283.core.common.storage.item.HTBasicItemSlot.Companion
 
insert(net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.api.recipe.handler.HTFluidOutputHandler
指定した完成品を搬入します。
insert(net.minecraft.world.item.ItemStack) - function in hiiragi283.core.api.recipe.handler.HTItemOutputHandler
指定した完成品を搬入します。
insert(STACK) - function in hiiragi283.core.api.recipe.handler.HTOutputHandler
指定した完成品を搬入します。
insert(N,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.amount.HTAmountSlot
このスロットに量を搬入します。
insert(java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.amount.HTAmountSlot.IntSized
このスロットに量を搬入します。
insert(java.lang.Long,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.amount.HTAmountSlot.LongSized
このスロットに量を搬入します。
insert(java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.amount.HTEnergyBattery
このスロットに量を搬入します。
insert(java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.energy.HTEnergyBattery.Basic
このスロットに量を搬入します。
insert(java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.energy.HTEnergyBattery.Basic
このスロットに量を搬入します。
insert(hiiragi283.core.api.storage.fluid.HTFluidTank,net.neoforged.neoforge.fluids.FluidStack,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.fluid.HTFluidTanksKt
このHTFluidTankに指定したstackを搬入します。
insert(hiiragi283.core.api.storage.item.HTItemSlot,net.minecraft.world.item.ItemStack,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.item.HTItemSlotsKt
このHTItemSlotに指定したstackを搬入します。
insert(hiiragi283.core.api.storage.fluid.HTFluidResourceType,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTFluidTank
このスロットにリソースを搬入します。
insert(hiiragi283.core.api.storage.item.HTItemResourceType,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTItemSlot
このスロットにリソースを搬入します。
insert(RESOURCE,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot
このスロットにリソースを搬入します。
insert(hiiragi283.core.api.storage.fluid.HTFluidResourceType,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot.Basic
このスロットにリソースを搬入します。
insert(hiiragi283.core.api.storage.item.HTItemResourceType,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot.Basic
このスロットにリソースを搬入します。
insert(RESOURCE,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot.Basic
このスロットにリソースを搬入します。
insert(java.lang.Iterable,RESOURCE,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.util.HTStackSlotHelper
指定したresourceをすべてのスロットへ搬入します。
insert(hiiragi283.core.api.storage.fluid.HTFluidResourceType,java.lang.Integer,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.util.HTStackSlotHelper.HTFluidHandlerItemWrapper
このスロットにリソースを搬入します。
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,hiiragi283.core.api.storage.HTStorageAction,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.item.HTItemHandler
 
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,hiiragi283.core.api.storage.HTStorageAction,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.item.HTItemHandler
 
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,java.lang.Boolean) - function in hiiragi283.core.api.storage.item.HTItemHandler
 
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,hiiragi283.core.api.storage.HTStorageAction,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.item.HTSidedItemHandler
 
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,java.lang.Boolean) - function in hiiragi283.core.api.storage.item.HTSidedItemHandler
 
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,java.lang.Boolean) - function in hiiragi283.core.api.storage.item.HTSidedItemHandler
 
insertItem(java.lang.Integer,net.minecraft.world.item.ItemStack,java.lang.Boolean) - function in hiiragi283.core.common.storage.proxy.HTProxyItemHandler
 
insertStacks(java.lang.Iterable,net.minecraft.world.item.ItemStack,hiiragi283.core.api.storage.HTStorageAction,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.util.HTStackSlotHelper
 
interact(net.minecraft.world.entity.player.Player,net.minecraft.world.InteractionHand,net.minecraft.world.item.ItemStack,hiiragi283.core.api.storage.fluid.HTFluidTank) - function in hiiragi283.core.util.HTStackSlotHelper
 
interactLivingEntity(net.minecraft.world.item.ItemStack,net.minecraft.world.entity.player.Player,net.minecraft.world.entity.LivingEntity,net.minecraft.world.InteractionHand) - function in net.minecraft.world.item.Item
 
INTERNAL - enum entry in hiiragi283.core.api.storage.HTStorageAccess

内部でのアクセス

internalOnly() - function in hiiragi283.core.api.storage.HTStoragePredicates
 
intRange(java.lang.Integer,java.lang.Integer) - function in hiiragi283.core.api.serialization.codec.BiCodecs
範囲が制限されたIntBiCodecを返します。
INVALID_PACKET_C2S - enum entry in hiiragi283.core.api.text.HTCommonTranslation
 
INVALID_PACKET_S2C - enum entry in hiiragi283.core.api.text.HTCommonTranslation
 
invalidateCapabilities() - function in net.neoforged.neoforge.common.extensions.IBlockEntityExtension
 
inventoryTick(net.minecraft.world.item.ItemStack,net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,java.lang.Integer,java.lang.Boolean) - function in net.minecraft.world.item.Item
 
Ior - class in hiiragi283.core.api.monad
ABの両方の値または片方だけを保持するクラスです。
ior(hiiragi283.core.api.serialization.codec.MapBiCodec,hiiragi283.core.api.serialization.codec.MapBiCodec) - function in hiiragi283.core.api.serialization.codec.MapBiCodecs
指定したleft, rightから,IorBiCodecを返します。
Ior.Both - class in hiiragi283.core.api.monad.Ior
ABの両方を保持するIorの実装クラスです。
Ior.Left - class in hiiragi283.core.api.monad.Ior
Aだけを保持するIorの実装クラスです。
Ior.Right - class in hiiragi283.core.api.monad.Ior
Bだけを保持するIorの実装クラスです。
IorsKt - class in hiiragi283.core.api.monad
 
IRIDESCENT_POWDER - enum entry in hiiragi283.core.common.text.HCTranslation
 
IRON - enum entry in hiiragi283.core.common.item.VanillaEquipmentMaterial
 
IRON - enum entry in hiiragi283.core.common.material.HCMaterial.Metals
 
is(java.util.function.Predicate) - function in net.minecraft.core.Holder
 
is(java.util.function.Predicate) - function in net.minecraft.core.Holder
 
is(java.util.function.Predicate) - function in net.minecraft.core.Holder
 
is(java.util.function.Predicate) - function in net.minecraft.core.Holder
 
is(net.minecraft.core.Holder) - function in net.minecraft.core.Holder
 
is(net.minecraft.core.Holder) - function in net.minecraft.core.Holder
 
is(net.minecraft.core.Holder) - function in net.minecraft.core.Holder
 
is(net.minecraft.core.Holder) - function in net.minecraft.core.Holder
 
is(net.minecraft.resources.ResourceKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.resources.ResourceKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.resources.ResourceKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.resources.ResourceKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.resources.ResourceLocation) - function in net.minecraft.core.Holder
 
is(net.minecraft.tags.TagKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.tags.TagKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.tags.TagKey) - function in net.minecraft.core.Holder
 
is(net.minecraft.tags.TagKey) - function in net.minecraft.core.Holder
 
isActive() - function in net.minecraft.client.gui.components.AbstractWidget
 
isActive() - function in net.minecraft.world.inventory.Slot
 
isAir() - function in net.neoforged.neoforge.fluids.FluidType
 
isBarVisible(net.minecraft.world.item.ItemStack) - function in net.minecraft.world.item.Item
 
isBed(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.BlockGetter,net.minecraft.core.BlockPos,net.minecraft.world.entity.LivingEntity) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isBookEnchantable(net.minecraft.world.item.ItemStack,net.minecraft.world.item.ItemStack) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isBoth() - function in hiiragi283.core.api.monad.Ior
このインスタンスがBothであるか判定します。
isBoth() - function in hiiragi283.core.api.monad.Ior
このインスタンスがBothであるか判定します。
isBound() - function in hiiragi283.core.api.registry.HTDeferredHolder
 
isBound() - function in hiiragi283.core.api.registry.HTDoubleDeferredHolder
 
isBound() - function in hiiragi283.core.common.registry.HTDeferredBlock
 
isBound() - function in hiiragi283.core.common.registry.HTDeferredItem
 
isBound() - function in hiiragi283.core.common.registry.HTDeferredOnlyBlock
 
isBurning(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.BlockGetter,net.minecraft.core.BlockPos) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isComplex() - function in net.minecraft.world.item.Item
 
isConduitFrame(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.LevelReader,net.minecraft.core.BlockPos,net.minecraft.core.BlockPos) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isCorrectToolForDrops(net.minecraft.world.item.ItemStack,net.minecraft.world.level.block.state.BlockState) - function in net.minecraft.world.item.Item
 
isDamageable(net.minecraft.world.item.ItemStack) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isDamaged(net.minecraft.world.item.ItemStack) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isDragging() - function in net.minecraft.client.gui.components.events.AbstractContainerEventHandler
 
isEmpty() - function in hiiragi283.core.api.collection.ImmutableMultiMap
 
isEmpty() - function in hiiragi283.core.api.collection.ImmutableTable
 
isEmpty(net.minecraft.world.item.alchemy.PotionContents) - function in hiiragi283.core.api.item.alchemy.HTPotionHelper
 
isEmpty() - function in hiiragi283.core.api.material.HTMaterialTable
 
isEmpty() - function in hiiragi283.core.api.recipe.input.HTFluidRecipeInput
 
isEmpty() - function in hiiragi283.core.api.recipe.input.HTFluidRecipeInput
 
isEmpty() - function in hiiragi283.core.api.serialization.value.HTValueInput.TypedInputList
 
isEmpty() - function in hiiragi283.core.api.serialization.value.HTValueInput.ValueInputList
 
isEmpty() - function in hiiragi283.core.api.serialization.value.HTValueOutput
 
isEmpty() - function in hiiragi283.core.api.serialization.value.HTValueOutput.TypedOutputList
 
isEmpty() - function in hiiragi283.core.api.serialization.value.HTValueOutput.ValueOutputList
 
isEmpty() - function in hiiragi283.core.api.storage.amount.HTAmountSlot
このスロットが空かどうか判定します。
isEmpty() - function in hiiragi283.core.api.storage.amount.HTAmountSlot.IntSized
このスロットが空かどうか判定します。
isEmpty() - function in hiiragi283.core.api.storage.amount.HTAmountSlot.IntSized
このスロットが空かどうか判定します。
isEmpty() - function in hiiragi283.core.api.storage.amount.HTAmountSlot.LongSized
このスロットが空かどうか判定します。
isEmpty() - function in hiiragi283.core.api.storage.amount.HTEnergyBattery
このスロットが空かどうか判定します。
isEmpty() - function in hiiragi283.core.api.storage.attachments.HTAttachedContainers
 
isEmpty() - function in hiiragi283.core.api.storage.attachments.HTAttachedContainers
 
isEmpty() - function in kotlin.collections.AbstractCollection
 
isEmpty() - function in net.minecraft.world.item.crafting.RecipeInput
 
isEmpty(net.minecraft.world.level.block.state.BlockState) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isEnabled(net.minecraft.world.flag.FeatureFlagSet) - function in net.minecraft.world.flag.FeatureElement
 
isEnchantable(net.minecraft.world.item.ItemStack) - function in net.minecraft.world.item.Item
 
isEnderMask(net.minecraft.world.item.ItemStack,net.minecraft.world.entity.player.Player,net.minecraft.world.entity.monster.EnderMan) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isFake() - function in net.minecraft.world.inventory.Slot
 
isFertile(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.BlockGetter,net.minecraft.core.BlockPos) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isFireSource(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.LevelReader,net.minecraft.core.BlockPos,net.minecraft.core.Direction) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isFlammable(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.BlockGetter,net.minecraft.core.BlockPos,net.minecraft.core.Direction) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.api.storage.fluid.HTFluidHandler
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.fluid.HTFluidHandler
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.fluid.HTFluidHandler
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.api.storage.fluid.HTSidedFluidHandler
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.api.storage.fluid.HTSidedFluidHandler
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.fluid.HTSidedFluidHandler
 
isFluidValid(java.lang.Integer,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.common.storage.proxy.HTProxyFluidHandler
 
isFocused() - function in net.minecraft.client.gui.components.AbstractWidget
 
isFocused() - function in net.minecraft.client.gui.components.events.ContainerEventHandler
 
isFoil(net.minecraft.world.item.ItemStack) - function in hiiragi283.core.common.item.HTCreativeItem
 
isFoil(net.minecraft.world.item.ItemStack) - function in hiiragi283.core.common.item.HTCreativeItem
 
isFoil(net.minecraft.world.item.ItemStack) - function in net.minecraft.world.item.Item
 
isHighlightable() - function in net.minecraft.world.inventory.Slot
 
isHovered(java.lang.Integer,java.lang.Integer) - function in hiiragi283.core.api.math.HTBoundsProvider
指定したx, yがこの範囲に含まれているか判定します。
isHovered(java.lang.Integer,java.lang.Integer) - function in hiiragi283.core.api.math.HTBoundsProvider
指定したx, yがこの範囲に含まれているか判定します。
isHovered(java.lang.Integer,java.lang.Integer) - function in hiiragi283.core.api.math.HTFluidWidget
指定したx, yがこの範囲に含まれているか判定します。
isHovered(java.lang.Integer,java.lang.Integer) - function in hiiragi283.core.api.math.HTWidget
指定したx, yがこの範囲に含まれているか判定します。
isHovered() - function in net.minecraft.client.gui.components.AbstractWidget
 
isHoveredOrFocused() - function in net.minecraft.client.gui.components.AbstractWidget
 
isIncomplete() - function in hiiragi283.core.api.recipe.HTProcessingRecipe
 
isIncomplete() - function in hiiragi283.core.api.recipe.HTRecipe
 
isIncomplete() - function in hiiragi283.core.common.recipe.HCLightningChargingRecipe
 
isIncomplete() - function in hiiragi283.core.common.recipe.HCSingleItemRecipe
 
isIncomplete() - function in net.minecraft.world.item.crafting.CraftingRecipe
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack) - function in hiiragi283.core.api.storage.item.HTItemHandler
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.item.HTItemHandler
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.item.HTItemHandler
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack) - function in hiiragi283.core.api.storage.item.HTSidedItemHandler
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack) - function in hiiragi283.core.api.storage.item.HTSidedItemHandler
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack,net.minecraft.core.Direction) - function in hiiragi283.core.api.storage.item.HTSidedItemHandler
 
isItemValid(java.lang.Integer,net.minecraft.world.item.ItemStack) - function in hiiragi283.core.common.storage.proxy.HTProxyItemHandler
 
isLadder(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.LevelReader,net.minecraft.core.BlockPos,net.minecraft.world.entity.LivingEntity) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isLeft() - function in hiiragi283.core.api.monad.Either
このインスタンスがLeftであるか判定します。
isLeft() - function in hiiragi283.core.api.monad.Either
このインスタンスがLeftであるか判定します。
isLeft() - function in hiiragi283.core.api.monad.Ior
このインスタンスがLeftであるか判定します。
isLeft() - function in hiiragi283.core.api.monad.Ior
このインスタンスがLeftであるか判定します。
isLighterThanAir() - function in net.neoforged.neoforge.fluids.FluidType
 
isMouseOver(java.lang.Double,java.lang.Double) - function in net.minecraft.client.gui.components.events.GuiEventListener
 
isNotReplaceableByPickAction(net.minecraft.world.item.ItemStack,net.minecraft.world.entity.player.Player,java.lang.Integer) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Alloys
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Fuels
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Gems
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Metals
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Minerals
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Obsidian
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Pearls
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Plates
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HCMaterial.Wood
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HTAbstractMaterial
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HTEquipmentMaterial
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HTMaterialLike
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.HTMaterialLike
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.VanillaEquipmentMaterial
指定したほかの素材と素材キーが一致するか判定します。
isOf(hiiragi283.core.api.material.prefix.HTPrefixLike) - function in hiiragi283.core.api.material.prefix.HTPrefixLike
指定したほかの素材とプレフィックスが一致するか判定します。
isOf(hiiragi283.core.api.material.prefix.HTPrefixLike) - function in hiiragi283.core.api.material.prefix.HTPrefixLike
指定したほかの素材とプレフィックスが一致するか判定します。
isOf(hiiragi283.core.api.storage.fluid.HTFluidResourceType) - function in hiiragi283.core.api.registry.HTFluidWithTag
 
isOf(hiiragi283.core.api.storage.fluid.HTFluidResourceType) - function in hiiragi283.core.api.registry.HTFluidWithTag
 
isOf(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.registry.HTFluidWithTag
 
isOf(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.registry.HTFluidWithTag
 
isOf(net.minecraft.world.level.material.Fluid) - function in hiiragi283.core.api.registry.HTFluidWithTag
 
isOf(net.minecraft.world.level.material.Fluid) - function in hiiragi283.core.api.registry.HTFluidWithTag
 
isOf(TYPE) - function in hiiragi283.core.api.storage.resource.HTResourceType.DataComponent
指定した種類が,このリソースが保持している種類と一致するか判定します。
isOf(net.minecraft.core.HolderSet) - function in hiiragi283.core.api.storage.resource.HTResourceType.DataComponent
指定したHolderSetに,このリソースの保持しているHolderが含まれているか判定します。
isOf(net.minecraft.core.Holder) - function in hiiragi283.core.api.storage.resource.HTResourceType.DataComponent
指定したHolderが,このリソースが保持しているHolderと一致するか判定します。
isOf(net.minecraft.resources.ResourceKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.DataComponent
指定したIDが,このリソースが保持しているIDと一致するか判定します。
isOf(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.DataComponent
指定したTagKeyに,このリソースの保持している種類が含まれているか判定します。
isOf(net.minecraft.world.level.material.Fluid) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定した種類が,このリソースが保持している種類と一致するか判定します。
isOf(net.minecraft.world.item.Item) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定した種類が,このリソースが保持している種類と一致するか判定します。
isOf(TYPE) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定した種類が,このリソースが保持している種類と一致するか判定します。
isOf(net.minecraft.core.HolderSet) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したHolderSetに,このリソースの保持しているHolderが含まれているか判定します。
isOf(net.minecraft.core.HolderSet) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したHolderSetに,このリソースの保持しているHolderが含まれているか判定します。
isOf(net.minecraft.core.HolderSet) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したHolderSetに,このリソースの保持しているHolderが含まれているか判定します。
isOf(net.minecraft.core.Holder) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したHolderが,このリソースが保持しているHolderと一致するか判定します。
isOf(net.minecraft.core.Holder) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したHolderが,このリソースが保持しているHolderと一致するか判定します。
isOf(net.minecraft.core.Holder) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したHolderが,このリソースが保持しているHolderと一致するか判定します。
isOf(net.minecraft.resources.ResourceKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したIDが,このリソースが保持しているIDと一致するか判定します。
isOf(net.minecraft.resources.ResourceKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したIDが,このリソースが保持しているIDと一致するか判定します。
isOf(net.minecraft.resources.ResourceKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したIDが,このリソースが保持しているIDと一致するか判定します。
isOf(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したTagKeyに,このリソースの保持している種類が含まれているか判定します。
isOf(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したTagKeyに,このリソースの保持している種類が含まれているか判定します。
isOf(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.storage.resource.HTResourceType.Registered
指定したTagKeyに,このリソースの保持している種類が含まれているか判定します。
isOf(net.minecraft.world.level.block.state.BlockState) - function in hiiragi283.core.common.registry.HTDeferredBlock
 
isOf(net.minecraft.world.level.block.state.BlockState) - function in hiiragi283.core.common.registry.HTDeferredOnlyBlock
 
isPauseScreen() - function in hiiragi283.core.client.gui.screen.HTBlockEntityContainerScreen
 
isPauseScreen() - function in hiiragi283.core.client.gui.screen.HTContainerScreen
 
isPiglinCurrency(net.minecraft.world.item.ItemStack) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isPortalFrame(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.BlockGetter,net.minecraft.core.BlockPos) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isPossibleToRespawnInThis(net.minecraft.world.level.block.state.BlockState) - function in net.minecraft.world.level.block.Block
 
isPresentTag(hiiragi283.core.api.material.prefix.HTPrefixLike,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.event.HTRegisterRuntimeRecipeEvent
 
isPresentTag(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.event.HTRegisterRuntimeRecipeEvent
 
isPrimaryItemFor(net.minecraft.world.item.ItemStack,net.minecraft.core.Holder) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isRemoved() - function in net.minecraft.world.level.block.entity.BlockEntity
 
isRepairable(net.minecraft.world.item.ItemStack) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
isRight() - function in hiiragi283.core.api.monad.Either
このインスタンスがRightであるか判定します。
isRight() - function in hiiragi283.core.api.monad.Either
このインスタンスがRightであるか判定します。
isRight() - function in hiiragi283.core.api.monad.Ior
このインスタンスがRightであるか判定します。
isRight() - function in hiiragi283.core.api.monad.Ior
このインスタンスがRightであるか判定します。
isSameInventory(net.minecraft.world.inventory.Slot) - function in net.minecraft.world.inventory.Slot
 
isScaffolding(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.LevelReader,net.minecraft.core.BlockPos,net.minecraft.world.entity.LivingEntity) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isSlimeBlock(net.minecraft.world.level.block.state.BlockState) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isSpecial() - function in hiiragi283.core.api.recipe.HTProcessingRecipe
 
isSpecial() - function in hiiragi283.core.api.recipe.HTRecipe
 
isSpecial() - function in hiiragi283.core.api.recipe.HTRecipe
 
isSpecial() - function in hiiragi283.core.common.recipe.HCLightningChargingRecipe
 
isSpecial() - function in hiiragi283.core.common.recipe.HCSingleItemRecipe
 
isSpecial() - function in net.minecraft.world.item.crafting.CraftingRecipe
 
isSpecial() - function in net.minecraft.world.item.crafting.CustomRecipe
 
isStackValidForInsert(hiiragi283.core.api.storage.fluid.HTFluidResourceType,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot.Basic
指定したリソースをこのスロットに搬入できるか判定します。
isStackValidForInsert(hiiragi283.core.api.storage.item.HTItemResourceType,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot.Basic
指定したリソースをこのスロットに搬入できるか判定します。
isStackValidForInsert(RESOURCE,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.api.storage.resource.HTResourceSlot.Basic
指定したリソースをこのスロットに搬入できるか判定します。
isStackValidForInsert(hiiragi283.core.api.storage.fluid.HTFluidResourceType,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.common.storage.fluid.HTBasicFluidTank
指定したリソースをこのスロットに搬入できるか判定します。
isStackValidForInsert(hiiragi283.core.api.storage.item.HTItemResourceType,hiiragi283.core.api.storage.HTStorageAccess) - function in hiiragi283.core.common.storage.item.HTBasicItemSlot
指定したリソースをこのスロットに搬入できるか判定します。
isStickyBlock(net.minecraft.world.level.block.state.BlockState) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
isValid(hiiragi283.core.api.storage.fluid.HTFluidResourceType) - function in hiiragi283.core.api.storage.resource.HTFluidTank
指定したresourceが有効か判定します。
isValid(hiiragi283.core.api.storage.item.HTItemResourceType) - function in hiiragi283.core.api.storage.resource.HTItemSlot
指定したresourceが有効か判定します。
isValid(hiiragi283.core.api.storage.fluid.HTFluidResourceType) - function in hiiragi283.core.api.storage.resource.HTResourceSlot
指定したresourceが有効か判定します。
isValid(hiiragi283.core.api.storage.item.HTItemResourceType) - function in hiiragi283.core.api.storage.resource.HTResourceSlot
指定したresourceが有効か判定します。
isValid(RESOURCE) - function in hiiragi283.core.api.storage.resource.HTResourceSlot
指定したresourceが有効か判定します。
isValid(RESOURCE) - function in hiiragi283.core.api.storage.resource.HTResourceSlot
指定したresourceが有効か判定します。
isValid(hiiragi283.core.api.storage.fluid.HTFluidResourceType) - function in hiiragi283.core.common.storage.fluid.HTBasicFluidTank
指定したresourceが有効か判定します。
isValid(hiiragi283.core.api.storage.item.HTItemResourceType) - function in hiiragi283.core.common.storage.item.HTBasicItemSlot
指定したresourceが有効か判定します。
isValid(hiiragi283.core.api.storage.fluid.HTFluidResourceType) - function in hiiragi283.core.util.HTStackSlotHelper.HTFluidHandlerItemWrapper
指定したresourceが有効か判定します。
isValidBlockState(net.minecraft.world.level.block.state.BlockState) - function in net.minecraft.world.level.block.entity.BlockEntity
 
isValidRepairItem(net.minecraft.world.item.ItemStack,net.minecraft.world.item.ItemStack) - function in net.minecraft.world.item.Item
 
isValidSlotIndex(java.lang.Integer) - function in net.minecraft.world.inventory.AbstractContainerMenu
 
isVanilla() - function in net.neoforged.neoforge.fluids.FluidType
 
isVaporizedOnPlacement(net.minecraft.world.level.Level,net.minecraft.core.BlockPos,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.common.fluid.HTEndFluidType
 
isVaporizedOnPlacement(net.minecraft.world.level.Level,net.minecraft.core.BlockPos,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.common.fluid.HTExplosiveFluidType
 
isVaporizedOnPlacement(net.minecraft.world.level.Level,net.minecraft.core.BlockPos,net.neoforged.neoforge.fluids.FluidStack) - function in hiiragi283.core.common.fluid.HTNetherFluidType
 
itemCreator() - function in hiiragi283.core.api.data.recipe.ingredient.HTIngredientAccess
 
ItemLikesKt - class in hiiragi283.core.api.item
 
itemModels() - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
itemPredicate(hiiragi283.core.api.material.prefix.HTPrefixLike,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.advancement.HTAdvancementBuilder
 
itemPredicate(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.advancement.HTAdvancementBuilder
 
itemPredicate(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.advancement.HTAdvancementBuilder
 
ItemStacksKt - class in hiiragi283.core.api.item
 
itemTagKey(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.prefix.HTPrefixLike
指定した素材から,アイテムの素材の共通タグを生成します。
itemTagKey(hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.material.prefix.HTPrefixLike
指定した素材から,アイテムの素材の共通タグを生成します。
iterator() - function in hiiragi283.core.api.storage.attachments.HTAttachedContainers
 
iterator() - function in hiiragi283.core.api.storage.attachments.HTAttachedContainers
 
iterator() - function in hiiragi283.core.api.storage.attachments.HTAttachedContainers
 
iterator() - function in hiiragi283.core.api.storage.attachments.HTAttachedContainers
 
iterator() - function in kotlin.collections.AbstractList
 
iterator() - function in kotlin.collections.HTValueInput.TypedInputList
 
iterator() - function in kotlin.collections.HTValueInput.ValueInputList
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X