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

A

absMoveTo(java.lang.Double,java.lang.Double,java.lang.Double) - function in net.minecraft.world.entity.Entity
 
absMoveTo(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Float,java.lang.Float) - function in net.minecraft.world.entity.Entity
 
absRotateTo(java.lang.Float,java.lang.Float) - function in net.minecraft.world.entity.Entity
 
accept(net.minecraft.resources.ResourceLocation,net.minecraft.advancements.Advancement,java.util.List) - function in hiiragi283.core.api.data.advancement.HTAdvancementOutput
進捗を出力します。
accept(net.minecraft.resources.ResourceLocation,net.minecraft.advancements.Advancement,net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.advancement.HTAdvancementOutput
進捗を出力します。
acceptsFailure() - function in net.minecraft.commands.CommandSource
 
acceptsSuccess() - function in net.minecraft.commands.CommandSource
 
adaptPositionToElement(com.lowdragmc.lowdraglib2.gui.ui.UIElement) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
adaptPositionToScreen() - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
add(hiiragi283.core.api.text.HTHasTranslationKey,java.lang.String) - function in hiiragi283.core.api.data.lang.HTLangProvider
HTHasTranslationKey.translationKeyに基づいて翻訳名を追加します。
add(hiiragi283.core.api.text.HTHasTranslationKey,java.lang.String) - function in hiiragi283.core.api.data.lang.HTLangProvider
HTHasTranslationKey.translationKeyに基づいて翻訳名を追加します。
add(hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.data.tag.HTTagDependType) - function in hiiragi283.core.api.data.tag.HTTagBuilder
指定したlikeからIDを追加します。
add(net.minecraft.resources.ResourceKey,hiiragi283.core.api.data.tag.HTTagDependType) - function in hiiragi283.core.api.data.tag.HTTagBuilder
指定したkeyからIDを追加します。
add(net.minecraft.resources.ResourceLocation,hiiragi283.core.api.data.tag.HTTagDependType) - function in hiiragi283.core.api.data.tag.HTTagBuilder
指定したIDを追加します。
add(java.lang.String,T,java.util.List) - function in net.neoforged.neoforge.common.data.GlobalLootModifierProvider
 
add(java.lang.String,T,net.neoforged.neoforge.common.conditions.ICondition) - function in net.neoforged.neoforge.common.data.GlobalLootModifierProvider
 
add(java.lang.String,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
add(net.minecraft.tags.TagKey,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
add(net.minecraft.world.effect.MobEffect,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
add(net.minecraft.world.entity.EntityType,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
add(net.minecraft.world.item.Item,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
add(net.minecraft.world.item.ItemStack,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
add(net.minecraft.world.level.block.Block,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addAdditionalSaveData(net.minecraft.nbt.CompoundTag) - function in net.minecraft.world.entity.Entity
 
addAlias(java.lang.String,java.lang.String) - function in hiiragi283.core.api.registry.HTDeferredRegister
名前空間に基づいて,IDのエイリアスを登録します。
addAlias(java.lang.String,java.lang.String) - function in hiiragi283.core.api.registry.HTDeferredRegister
名前空間に基づいて,IDのエイリアスを登録します。
addAlias(java.lang.String,java.lang.String) - function in hiiragi283.core.api.registry.HTDoubleDeferredRegister
IDのエイリアスを登録します。
addAlias(java.lang.String,java.lang.String) - function in hiiragi283.core.api.registry.HTDoubleDeferredRegister
IDのエイリアスを登録します。
addAlias(java.lang.String,java.lang.String) - function in hiiragi283.core.common.registry.register.HTFluidContentRegister
 
addAlias(net.minecraft.resources.ResourceLocation,net.minecraft.resources.ResourceLocation) - function in net.neoforged.neoforge.registries.DeferredRegister
 
addArea(AREA) - function in hiiragi283.core.client.render.area.HTAreaRendererManager
 
addBlock(java.util.function.Supplier,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addCenterLabel(com.lowdragmc.lowdraglib2.gui.ui.UIElement,net.minecraft.network.chat.Component,kotlin.jvm.functions.Function1) - function in hiiragi283.core.api.gui.element.ModernUIExtensionsKt
このUIに中央揃えのタイトルを追加します。
addChild(com.lowdragmc.lowdraglib2.gui.ui.UIElement) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addChildAt(com.lowdragmc.lowdraglib2.gui.ui.UIElement,java.lang.Integer) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addChildren(com.lowdragmc.lowdraglib2.gui.ui.UIElement) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addChildren(com.lowdragmc.lowdraglib2.gui.ui.UIElement,java.lang.Iterable) - function in hiiragi283.core.api.gui.element.ModernUIExtensionsKt
このUIにchildrenを追加します。
addChildren(com.lowdragmc.lowdraglib2.gui.ui.UIElement,kotlin.sequences.Sequence) - function in hiiragi283.core.api.gui.element.ModernUIExtensionsKt
このUIにchildrenを追加します。
addClass(java.lang.String) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addClasses(java.lang.String) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addCondition(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
読み込みの条件を追加します。
addConditions(net.neoforged.neoforge.common.conditions.ICondition) - function in hiiragi283.core.api.data.advancement.HTAdvancementBuilder
 
addCriterion(java.lang.String,net.minecraft.advancements.Criterion) - function in hiiragi283.core.api.data.advancement.HTAdvancementBuilder
 
addCustomName(hiiragi283.core.api.property.HTPropertyMap.Mutable,hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.data.lang.HTLangName) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addCustomName(hiiragi283.core.api.property.HTPropertyMap.Mutable,hiiragi283.core.api.tag.HTTagPrefix,java.lang.String,java.lang.String) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addDefaultPart(hiiragi283.core.api.property.HTPropertyMap.Mutable,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addDefaultPart(hiiragi283.core.api.property.HTPropertyMap.Mutable,net.minecraft.tags.TagKey) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addDeltaMovement(net.minecraft.world.phys.Vec3) - function in net.minecraft.world.entity.Entity
 
addDimension(net.minecraft.resources.ResourceKey,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addEditorChild(com.lowdragmc.lowdraglib2.gui.ui.UIElement,java.lang.Integer) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addEffect(java.util.function.Supplier,java.lang.Float) - function in hiiragi283.core.api.item.component.HTFoodBuilder
 
addEffect(net.minecraft.core.Holder,java.lang.Integer,java.lang.Integer,java.lang.Float) - function in hiiragi283.core.api.item.component.HTFoodBuilder
 
addEffect(net.minecraft.world.effect.MobEffectInstance,java.lang.Float) - function in hiiragi283.core.api.item.component.HTFoodBuilder
 
addEffect(java.util.function.Supplier,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addEnergyTooltip(java.lang.Integer,java.util.function.Consumer,java.lang.Boolean) - function in hiiragi283.core.util.HTTooltipHelper
 
addEntityType(java.util.function.Supplier,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addEventListener(java.lang.String,com.lowdragmc.lowdraglib2.gui.ui.event.UIEventListener) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addEventListener(java.lang.String,com.lowdragmc.lowdraglib2.gui.ui.event.UIEventListener,java.lang.Boolean) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addFluid(hiiragi283.core.api.registry.HTFluidContent,java.lang.String) - function in hiiragi283.core.api.data.lang.HTLangProvider
液体の翻訳名を登録します。
addFluid(hiiragi283.core.api.registry.HTFluidContent,java.lang.String) - function in hiiragi283.core.api.data.lang.HTLangProvider
液体の翻訳名を登録します。
addFluidTooltip(net.neoforged.neoforge.fluids.FluidStack,java.util.function.Consumer,net.minecraft.world.item.TooltipFlag,java.lang.Boolean) - function in hiiragi283.core.util.HTTooltipHelper
 
addInfinityEffect(net.minecraft.core.Holder,java.lang.Integer,java.lang.Float) - function in hiiragi283.core.api.item.component.HTFoodBuilder
 
addIngredient(hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.tag.HTTagPrefix) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したプレフィックス素材から材料を追加します。
addIngredient(java.util.stream.Stream) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したvaluesから材料を追加します。
addIngredient(java.util.stream.Stream) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したvaluesから材料を追加します。
addIngredient(java.util.stream.Stream) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したvaluesから材料を追加します。
addIngredient(java.util.stream.Stream) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したvaluesから材料を追加します。
addIngredient(java.util.stream.Stream) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したvaluesから材料を追加します。
addIngredient(java.util.stream.Stream) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したvaluesから材料を追加します。
addIngredient(java.lang.Iterable) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(java.lang.Iterable) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(java.lang.Iterable) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(java.lang.Iterable) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(java.lang.Iterable) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(java.lang.Iterable) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したタグから材料を追加します。
addIngredient(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したタグから材料を追加します。
addIngredient(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したタグから材料を追加します。
addIngredient(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したタグから材料を追加します。
addIngredient(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したタグから材料を追加します。
addIngredient(net.minecraft.tags.TagKey) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したタグから材料を追加します。
addIngredient(net.minecraft.world.item.crafting.Ingredient) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定した材料を追加します。
addIngredient(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.world.level.ItemLike) - function in hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
指定したアイテムから材料を追加します。
addIngredient(net.minecraft.world.item.crafting.Ingredient) - function in hiiragi283.core.api.data.recipe.builder.HTStackRecipeBuilder.Single
指定した材料を追加します。
addIngredient(net.minecraft.world.item.crafting.Ingredient) - function in hiiragi283.core.api.data.recipe.builder.HTStackRecipeBuilder.Single
指定した材料を追加します。
addIngredient(net.minecraft.world.item.crafting.Ingredient) - function in hiiragi283.core.api.data.recipe.builder.HTStackRecipeBuilder.Single
指定した材料を追加します。
addIngredient(net.minecraft.world.item.crafting.Ingredient) - function in hiiragi283.core.common.data.recipe.builder.HTShapelessRecipeBuilder
指定した材料を追加します。
addIngredient(net.minecraft.world.item.crafting.Ingredient) - function in hiiragi283.core.common.data.recipe.builder.HTSmithingRecipeBuilder
指定した材料を追加します。
addIngredients(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike,java.lang.Integer) - function in hiiragi283.core.common.data.recipe.builder.HTShapelessRecipeBuilder
 
addIngredients(net.minecraft.tags.TagKey,java.lang.Integer) - function in hiiragi283.core.common.data.recipe.builder.HTShapelessRecipeBuilder
 
addIngredients(net.minecraft.world.item.crafting.Ingredient,java.lang.Integer) - function in hiiragi283.core.common.data.recipe.builder.HTShapelessRecipeBuilder
 
addIngredients(net.minecraft.world.level.ItemLike,java.lang.Integer) - function in hiiragi283.core.common.data.recipe.builder.HTShapelessRecipeBuilder
 
addInventory(com.lowdragmc.lowdraglib2.gui.ui.UIElement,kotlin.jvm.functions.Function1) - function in hiiragi283.core.api.gui.element.ModernUIExtensionsKt
このUIにインベントリを追加します。
addItem(hiiragi283.core.api.data.tag.HTTagBuilder,net.minecraft.world.level.ItemLike,hiiragi283.core.api.data.tag.HTTagDependType) - function in hiiragi283.core.api.data.tag.HTItemTagsProvider
 
addItem(java.util.function.Supplier,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addItems(hiiragi283.core.api.registry.HTItemHolderLike,net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters,java.util.function.Consumer) - function in hiiragi283.core.api.item.HTSubCreativeTabContents
複数のItemStackを追加します。
addItemStack(java.util.function.Supplier,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addLandingEffects(net.minecraft.world.level.block.state.BlockState,net.minecraft.server.level.ServerLevel,net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.entity.LivingEntity,java.lang.Integer) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
addLootTables(kotlin.Pair) - function in hiiragi283.core.api.data.HTDataGenerator
Loot Tableを登録します。
addLootTables(kotlin.Pair) - function in hiiragi283.core.api.data.HTDataGenerator
Loot Tableを登録します。
addName(hiiragi283.core.api.property.HTPropertyMap.Mutable,hiiragi283.core.api.data.lang.HTLangName) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addName(hiiragi283.core.api.property.HTPropertyMap.Mutable,java.lang.String,java.lang.String) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addNamePattern(hiiragi283.core.api.property.HTPropertyMap.Mutable,hiiragi283.core.api.data.lang.HTLangPatternProvider) - function in hiiragi283.core.api.tag.property.HTTagPropertiesKt
 
addNamePattern(hiiragi283.core.api.property.HTPropertyMap.Mutable,java.lang.String,java.lang.String) - function in hiiragi283.core.api.tag.property.HTTagPropertiesKt
 
addProvider(hiiragi283.core.api.data.HTDataGenerator.Factory) - function in hiiragi283.core.api.data.HTDataGenerator
指定したfactoryを登録します。
addProvider(net.minecraft.data.DataProvider.Factory) - function in hiiragi283.core.api.data.HTDataGenerator
指定したfactoryを登録します。
addProvider(net.neoforged.neoforge.data.event.GatherDataEvent.DataProviderFromOutputLookup) - function in hiiragi283.core.api.data.HTDataGenerator
指定したfactoryを登録します。
addProvider(hiiragi283.core.api.data.HTDataGenerator.Factory) - function in hiiragi283.core.api.data.HTDataPackGenerator
指定したfactoryを登録します。
addProvider(net.minecraft.data.DataProvider.Factory) - function in hiiragi283.core.api.data.HTDataPackGenerator
指定したfactoryを登録します。
addProvider(net.neoforged.neoforge.data.event.GatherDataEvent.DataProviderFromOutputLookup) - function in hiiragi283.core.api.data.HTDataPackGenerator
指定したfactoryを登録します。
addProvider(hiiragi283.core.api.data.HTDataGenerator.Factory) - function in hiiragi283.core.api.data.HTRootDataGenerator
指定したfactoryを登録します。
addProvider(net.minecraft.data.DataProvider.Factory) - function in hiiragi283.core.api.data.HTRootDataGenerator
指定したfactoryを登録します。
addProvider(net.neoforged.neoforge.data.event.GatherDataEvent.DataProviderFromOutputLookup) - function in hiiragi283.core.api.data.HTRootDataGenerator
指定したfactoryを登録します。
addRowChild(com.lowdragmc.lowdraglib2.gui.ui.UIElement,kotlin.jvm.functions.Function1) - function in hiiragi283.core.api.gui.element.ModernUIExtensionsKt
このUIに列を追加します。
addRPCEvent(com.lowdragmc.lowdraglib2.gui.sync.rpc.RPCEvent) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addRPCEvent(java.util.function.Function) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addRunningEffects(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.Level,net.minecraft.core.BlockPos,net.minecraft.world.entity.Entity) - function in net.neoforged.neoforge.common.extensions.IBlockExtension
 
addServerEventListener(java.lang.String,com.lowdragmc.lowdraglib2.gui.ui.event.UIEventListener) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addServerEventListener(java.lang.String,com.lowdragmc.lowdraglib2.gui.ui.event.UIEventListener,java.lang.Boolean) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addStyleRules(java.util.List) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addSyncUpdateListener(java.lang.String,com.lowdragmc.lowdraglib2.syncdata.storage.IFieldUpdateListener) - function in com.lowdragmc.lowdraglib2.syncdata.IManaged
 
addSyncValue(com.lowdragmc.lowdraglib2.gui.sync.SyncValue) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addSyncValue(java.util.function.Function) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
addTag(hiiragi283.core.api.tag.HTTagPrefix,hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.data.tag.HTTagDependType) - function in hiiragi283.core.api.data.tag.HTTagBuilder
指定したプレフィックス素材を追加します。
addTag(net.minecraft.tags.TagKey,hiiragi283.core.api.data.tag.HTTagDependType) - function in hiiragi283.core.api.data.tag.HTTagBuilder
指定したタグを追加します。
addTag(java.lang.String) - function in net.minecraft.world.entity.Entity
 
addTag(java.util.function.Supplier,java.lang.String) - function in net.neoforged.neoforge.common.data.LanguageProvider
 
addTextureSet(hiiragi283.core.api.property.HTPropertyMap.Mutable,hiiragi283.core.api.material.property.HTMaterialTextureSet) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addTextureSet(hiiragi283.core.api.property.HTPropertyMap.Mutable,java.lang.String,hiiragi283.core.api.material.property.HTMaterialTextureSet) - function in hiiragi283.core.api.material.property.MaterialPropertiesKt
 
addToDefinition(net.minecraft.client.model.geom.builders.PartDefinition) - function in hiiragi283.core.client.model.HTModelPartBuilder
 
addToDisplay(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters,net.minecraft.world.item.CreativeModeTab.Output,hiiragi283.core.api.registry.HTItemHolderLike) - function in hiiragi283.core.common.registry.register.HTDeferredCreativeTabRegister.Companion
 
addToDisplay(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters,net.minecraft.world.item.CreativeModeTab.Output,java.lang.Iterable) - function in hiiragi283.core.common.registry.register.HTDeferredCreativeTabRegister.Companion
 
addToDisplay(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters,net.minecraft.world.item.CreativeModeTab.Output,kotlin.sequences.Sequence) - function in hiiragi283.core.common.registry.register.HTDeferredCreativeTabRegister.Companion
 
addToTooltip(net.minecraft.world.item.Item.TooltipContext,java.util.function.Consumer,net.minecraft.world.item.TooltipFlag) - function in hiiragi283.core.api.item.component.HTIntrinsicEnchantment
 
addToTooltip(java.util.function.Supplier,net.minecraft.world.item.Item.TooltipContext,java.util.function.Consumer,net.minecraft.world.item.TooltipFlag) - function in net.neoforged.neoforge.common.extensions.HTResourceType.DataComponent
 
addToTooltip(net.minecraft.core.component.DataComponentType,net.minecraft.world.item.Item.TooltipContext,java.util.function.Consumer,net.minecraft.world.item.TooltipFlag) - function in net.neoforged.neoforge.common.extensions.HTResourceType.DataComponent
 
addToTooltip(java.util.function.Supplier,net.minecraft.world.item.Item.TooltipContext,java.util.function.Consumer,net.minecraft.world.item.TooltipFlag) - function in net.neoforged.neoforge.common.extensions.IDataComponentHolderExtension
 
addToTooltip(net.minecraft.core.component.DataComponentType,net.minecraft.world.item.Item.TooltipContext,java.util.function.Consumer,net.minecraft.world.item.TooltipFlag) - function in net.neoforged.neoforge.common.extensions.IDataComponentHolderExtension
 
addWidgets(dev.emi.emi.api.widget.WidgetHolder) - function in dev.emi.emi.api.recipe.EmiRecipe
 
adjustSpawnLocation(net.minecraft.server.level.ServerLevel,net.minecraft.core.BlockPos) - function in net.minecraft.world.entity.Entity
 
afterDeserialize() - function in com.lowdragmc.lowdraglib2.syncdata.IPersistedSerializable
 
afterSerialize() - function in com.lowdragmc.lowdraglib2.syncdata.IPersistedSerializable
 
alineCenter(com.lowdragmc.lowdraglib2.gui.ui.UIElement) - function in hiiragi283.core.api.gui.element.ModernUIExtensionsKt
このUIを中央揃えにします。
allChildrenStream() - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
alwaysAccepts() - function in net.minecraft.commands.CommandSource
 
alwaysFalse() - function in hiiragi283.core.api.storage.HTStoragePredicates
 
alwaysFalseBi() - function in hiiragi283.core.api.storage.HTStoragePredicates
 
alwaysTrue() - function in hiiragi283.core.api.storage.HTStoragePredicates
 
alwaysTrueBi() - function in hiiragi283.core.api.storage.HTStoragePredicates
 
AMBROSIA - enum entry in hiiragi283.core.common.text.HCTranslation
 
and(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in hiiragi283.core.api.function.FunctionsKt
 
and(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0) - function in hiiragi283.core.api.function.FunctionsKt
 
and(java.util.function.BiPredicate) - function in java.util.function.BiPredicate
 
and(java.util.function.BiPredicate) - function in java.util.function.BiPredicate
 
and(java.util.function.BiPredicate) - function in java.util.function.HTIngredient
 
andThen(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function1) - function in hiiragi283.core.api.function.FunctionsKt
 
andThen(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in hiiragi283.core.api.function.FunctionsKt
 
andThen(kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function1) - function in hiiragi283.core.api.function.FunctionsKt
 
andThen(java.util.function.Function) - function in java.util.function.HTTagsProvider.BuilderFactory
 
animateHurt(java.lang.Float) - function in net.minecraft.world.entity.Entity
 
animateTick(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.Level,net.minecraft.core.BlockPos,net.minecraft.util.RandomSource) - function in net.minecraft.world.level.block.Block
 
animation() - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
animation(java.util.function.Consumer) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
AnvilBlockMixin - class in hiiragi283.core.mixin
 
appendExtraAreas(java.util.List) - function in com.lowdragmc.lowdraglib2.gui.ui.UIElement
 
appendHoverText(net.minecraft.world.item.ItemStack,net.minecraft.world.item.Item.TooltipContext,java.util.List,net.minecraft.world.item.TooltipFlag) - function in hiiragi283.core.api.item.HTDescriptionBlockItem
 
appendHoverText(net.minecraft.world.item.ItemStack,net.minecraft.world.item.Item.TooltipContext,java.util.List,net.minecraft.world.item.TooltipFlag) - function in hiiragi283.core.api.item.HTDescriptionBlockItem
 
appendHoverText(net.minecraft.world.item.ItemStack,net.minecraft.world.item.Item.TooltipContext,java.util.List,net.minecraft.world.item.TooltipFlag) - function in net.minecraft.world.item.Item
 
appendHoverText(net.minecraft.world.item.ItemStack,net.minecraft.world.item.Item.TooltipContext,java.util.List,net.minecraft.world.item.TooltipFlag) - function in net.minecraft.world.level.block.Block
 
apply(HANDLER,net.minecraft.core.Direction) - function in hiiragi283.core.api.capability.HTAmountViewCapability
 
apply(HANDLER,net.minecraft.core.Direction) - function in hiiragi283.core.api.capability.HTAmountViewCapability.Simple
 
apply(net.minecraft.tags.TagKey) - function in java.util.function.HTTagsProvider.BuilderFactory
 
applyComponents(hiiragi283.core.api.serialization.component.HTComponentInput) - function in hiiragi283.core.api.serialization.component.HTComponentSerializable
 
applyComponents(hiiragi283.core.api.serialization.component.HTComponentInput) - function in hiiragi283.core.api.serialization.component.HTComponentSerializable.Empty
 
applyComponents(net.minecraft.core.component.DataComponentMap,net.minecraft.core.component.DataComponentPatch) - function in net.minecraft.world.level.block.entity.BlockEntity
 
applyComponentsFromItemStack(net.minecraft.world.item.ItemStack) - function in net.minecraft.world.level.block.entity.BlockEntity
 
applyEnchantments(net.minecraft.world.item.ItemStack,java.util.List) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
applyEnergyBattery(java.util.List,hiiragi283.core.api.storage.attachments.HTAttachedEnergy) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
applyEnergyBattery(java.util.List,hiiragi283.core.api.storage.attachments.HTAttachedEnergy) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
applyFluidTanks(java.util.List,hiiragi283.core.api.storage.attachments.HTAttachedFluids) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
applyFluidTanks(java.util.List,hiiragi283.core.api.storage.attachments.HTAttachedFluids) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
applyItemSlots(java.util.List,hiiragi283.core.api.storage.attachments.HTAttachedItems) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
applyItemSlots(java.util.List,hiiragi283.core.api.storage.attachments.HTAttachedItems) - function in hiiragi283.core.common.block.entity.HTBlockEntity
 
argbToFromABGR(java.lang.Integer) - function in hiiragi283.core.api.data.texture.HTTextureUtil
 
asBlockEntity() - function in com.lowdragmc.lowdraglib2.syncdata.holder.blockentity.IBlockEntityManaged
 
asBlockSequence() - function in hiiragi283.core.common.registry.register.HTDeferredBlockRegister
 
asBlockSequence() - function in hiiragi283.core.common.registry.register.HTFluidContentRegister
 
asFluidSequence() - function in hiiragi283.core.common.registry.register.HTFluidContentRegister
 
asItem() - function in hiiragi283.core.api.registry.HTItemHolderLike
 
asItem() - function in hiiragi283.core.api.registry.HTItemHolderLike.Delegated
 
asItem() - function in hiiragi283.core.common.registry.HTDeferredBlock
 
asItem() - function in hiiragi283.core.common.registry.HTDeferredItem
 
asItem() - function in hiiragi283.core.common.registry.HTDeferredOnlyBlock
 
asItem() - function in net.minecraft.world.level.ItemLike
 
asItem() - function in net.minecraft.world.level.block.state.BlockBehaviour
 
asItemSequence() - function in hiiragi283.core.common.registry.register.HTDeferredBlockRegister
 
asItemSequence() - function in hiiragi283.core.common.registry.register.HTFluidContentRegister
 
asMaterialId() - function in hiiragi283.core.api.material.HTDefaultColor
保持している素材キーのIDを返します。
asMaterialId() - function in hiiragi283.core.api.material.HTEquipmentMaterial
保持している素材キーのIDを返します。
asMaterialId() - function in hiiragi283.core.api.material.HTMaterialLike
保持している素材キーのIDを返します。
asMaterialId() - function in hiiragi283.core.api.material.HTMaterialLike
保持している素材キーのIDを返します。
asMaterialId() - function in hiiragi283.core.api.material.VanillaEquipmentMaterial
保持している素材キーのIDを返します。
asMaterialKey() - function in hiiragi283.core.api.HTDefaultColor
保持している素材キーを返します。
asMaterialKey() - function in hiiragi283.core.api.material.HTEquipmentMaterial
保持している素材キーを返します。
asMaterialKey() - function in hiiragi283.core.api.material.HTMaterialKey
保持している素材キーを返します。
asMaterialKey() - function in hiiragi283.core.api.material.HTMaterialLike
保持している素材キーを返します。
asMaterialKey() - function in hiiragi283.core.api.material.VanillaEquipmentMaterial
保持している素材キーを返します。
asOptional() - function in net.neoforged.neoforge.registries.DeferredHolder
 
asOptional() - function in net.neoforged.neoforge.registries.DeferredHolder
 
asOptional() - function in net.neoforged.neoforge.registries.DeferredHolder
 
asOptional() - function in net.neoforged.neoforge.registries.DeferredHolder
 
asOptional() - function in net.neoforged.neoforge.registries.DeferredHolder
 
asProjectile(net.minecraft.world.level.Level,net.minecraft.core.Position,net.minecraft.world.item.ItemStack,net.minecraft.core.Direction) - function in hiiragi283.core.common.item.HTCaptureEggItem
 
assemble(INPUT,net.minecraft.core.HolderLookup.Provider) - function in hiiragi283.core.api.recipe.HTRecipe
 
assemble(INPUT,net.minecraft.core.HolderLookup.Provider) - function in hiiragi283.core.api.recipe.HTRecipe
 
assemble(net.minecraft.world.item.crafting.SingleRecipeInput,net.minecraft.core.HolderLookup.Provider) - function in hiiragi283.core.api.recipe.HTRecipe
 
assemble(net.minecraft.world.item.crafting.CraftingInput,net.minecraft.core.HolderLookup.Provider) - function in hiiragi283.core.common.crafting.HTClearComponentRecipe
 
assemble(net.minecraft.world.item.crafting.CraftingInput,net.minecraft.core.HolderLookup.Provider) - function in hiiragi283.core.common.crafting.HTCustomRecipe
 
assemble(net.minecraft.world.item.crafting.CraftingInput,net.minecraft.core.HolderLookup.Provider) - function in hiiragi283.core.common.crafting.HTCustomRecipe
 
asSequence() - function in hiiragi283.core.api.material.HTMaterialManager
素材とプロパティの組の一覧をSequenceとして返します。
asSequence() - function in hiiragi283.core.api.material.HTMaterialManager
素材とプロパティの組の一覧をSequenceとして返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.api.registry.HTDeferredRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.common.registry.register.HTDeferredItemRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.common.registry.register.HTDeferredOnlyBlockRegister
登録されたHTDeferredHolderの一覧を返します。
asSequence() - function in hiiragi283.core.common.registry.register.HTFluidContentRegister
 
asTypeSequence() - function in hiiragi283.core.common.registry.register.HTFluidContentRegister
 
asyncTick(java.lang.Long) - function in com.lowdragmc.lowdraglib2.async.IAsyncLogic
 
attachAsyncLogic() - function in com.lowdragmc.lowdraglib2.syncdata.holder.ISyncMangedHolder
 
awardKillScore(net.minecraft.world.entity.Entity,java.lang.Integer,net.minecraft.world.damagesource.DamageSource) - function in net.minecraft.world.entity.Entity
 
axisBlock(net.minecraft.world.level.block.RotatedPillarBlock) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlock(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlock(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation,net.minecraft.resources.ResourceLocation) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlock(net.minecraft.world.level.block.RotatedPillarBlock,net.neoforged.neoforge.client.model.generators.ModelFile,net.neoforged.neoforge.client.model.generators.ModelFile) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock,java.lang.String) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation,java.lang.String) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation,net.minecraft.resources.ResourceLocation) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation,net.minecraft.resources.ResourceLocation,java.lang.String) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock,net.minecraft.resources.ResourceLocation,net.minecraft.resources.ResourceLocation,net.minecraft.resources.ResourceLocation) - function in net.neoforged.neoforge.client.model.generators.BlockStateProvider
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X  Y