Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AABB - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
 
AbstractArrowMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
Allows bullet entities to have custom damage sources and calculations.
AbstractArrowMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.AbstractArrowMixin
 
AbstractFortitudeItem - Class in tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
AbstractFortitudeItem(Item.Properties, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
AbstractGunItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
AbstractGunItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Constructor for AbstractGunItem.
AbstractGunItem.PowderType - Enum Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
AbstractInventoryBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
AbstractInventoryBlockEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Constructor for AbstractInventoryBlockEntity.
AbstractMerchantEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc
 
AbstractMerchantEntity(EntityType<? extends AbstractVillager>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
AbstractStatueBlockEntity<T extends SoldierEntity> - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
AbstractStatueBlockEntity(BlockEntityType<?>, BlockPos, BlockState, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
AbstractWanderingWarriorEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
ACACIA_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
ACACIA_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
AccessoryEffects - Class in tech.anonymoushacker1279.immersiveweapons.event.game_effects
 
AccessoryEffects() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
AccessoryItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
AccessoryItem(Item.Properties, AccessoryItem.AccessorySlot, AccessoryItem.EffectBuilder) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
AccessoryItems provide various effects when equipped.
AccessoryItem.AccessorySlot - Enum Class in tech.anonymoushacker1279.immersiveweapons.item
An enum of accessory slots.
AccessoryItem.EffectBuilder - Class in tech.anonymoushacker1279.immersiveweapons.item
Builder for creating effects.
AccessoryItem.EffectBuilder.EffectScalingType - Enum Class in tech.anonymoushacker1279.immersiveweapons.item
An enum of scaling types for effects.
AccessoryItem.EffectType - Enum Class in tech.anonymoushacker1279.immersiveweapons.item
An enum of accessory effects.
AccessoryItemEffects - Class in tech.anonymoushacker1279.immersiveweapons.item.utility
 
AccessoryItemEffects() - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
AccessoryManager - Class in tech.anonymoushacker1279.immersiveweapons.event.game_effects
 
AccessoryManager() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
Add additional save data.
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
addAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
addAttributeModifier(AttributeModifier, Attribute) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
Add an attribute modifier to the accessory.
addDynamicAttributeModifier(AttributeModifier, Attribute, double) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
Add a dynamic attribute modifier to the accessory.
addEffect(AccessoryItem.EffectType, double) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
Add an effect to the accessory.
addEffect(AccessoryItem.EffectType, double, AccessoryItem.EffectBuilder.EffectScalingType) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
Add an effect to the accessory.
addItem(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Add an item to the inventory.
addItem(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity
 
addItemTooltip(ItemTooltipEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.TooltipHandler
Handles adding tooltips to items.
additionalEntities - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
addMobEffect(MobEffectInstance) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
Add a mob effect to the accessory.
addMoltenEffects(LivingEntity, LivingEntity) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils
 
addObjectsFromBuilder(AccessoryItem.EffectBuilder) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
Add all effects from another builder to this builder.
addReloadListenerEvent(AddReloadListenerEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
addTeslaEffects(LivingEntity) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils
 
addToSpawnQueue(Mob, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
Add a mob to the spawn queue.
addVentusEffects(LivingEntity) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils
 
adjustLightmapColors(ClientLevel, float, float, float, float, int, int, Vector3f) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension.TiltrosDimensionSpecialEffects
 
AdvancedThrowableItemProjectile - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
AdvancedThrowableItemProjectile(EntityType<? extends ThrowableItemProjectile>, LivingEntity, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
AdvancedThrowableItemProjectile(EntityType<? extends ThrowableItemProjectile>, Level, double, double, double) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
AdvancedThrowableItemProjectile(EntityType<? extends AdvancedThrowableItemProjectile>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
AdvancedThrowableProjectileRenderer<T extends AdvancedThrowableItemProjectile> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
AdvancedThrowableProjectileRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.AdvancedThrowableProjectileRenderer
 
aggroNearbyMinutemen(AABB, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
AGILITY_BRACELET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AGILITY_BRACELET - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
AGILITY_BRACELET_SPEED_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
AGILITY_BRACELET_STEP_HEIGHT_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
AIM_MUSKET_POSE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.CustomArmPoses
 
AIM_PISTOL_POSE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.CustomArmPoses
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.RockSpiderEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StarmiteEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
aiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
ALCOHOL_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
AlcoholEffect - Class in tech.anonymoushacker1279.immersiveweapons.potion
 
AlcoholEffect(MobEffectCategory, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.potion.AlcoholEffect
Constructor for AlcoholEffect.
AlcoholItem - Class in tech.anonymoushacker1279.immersiveweapons.item.potion
 
AlcoholItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.potion.AlcoholItem
Constructor for AlcoholItem.
ALL_CRAFTABLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
ALL_RECIPES - Static variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
ALL_TILTROS_LANTERNS - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
 
ALL_TOWERS - Static variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
AMERICAN_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
AMERICAN_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
AMETHYST_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AMETHYST_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
AMMUNITION_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
AMMUNITION_TABLE_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
AMMUNITION_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
AMMUNITION_TABLE_MENU - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.MenuTypeRegistry
 
AMMUNITION_TABLE_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
AMMUNITION_TABLE_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
AmmunitionTableBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.crafting
 
AmmunitionTableBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.crafting.AmmunitionTableBlock
 
AmmunitionTableBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
AmmunitionTableBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
AmmunitionTableMenu - Class in tech.anonymoushacker1279.immersiveweapons.menu
 
AmmunitionTableMenu(int, Inventory) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
AmmunitionTableMenu(int, Inventory, Container, ContainerData) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
AmmunitionTablePayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
AmmunitionTablePayload(int, float) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
Creates an instance of a AmmunitionTablePayload record class.
AmmunitionTablePayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
 
AmmunitionTablePayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
AmmunitionTablePayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.AmmunitionTablePayloadHandler
 
AmmunitionTableRecipe - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AmmunitionTableRecipe(String, List<AmmunitionTableRecipe.MaterialGroup>, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
AmmunitionTableRecipe.Factory<T extends AmmunitionTableRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AmmunitionTableRecipe.MaterialGroup - Record Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AmmunitionTableRecipe.Serializer<T extends AmmunitionTableRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AmmunitionTableRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
AmmunitionTableRenderer() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.AmmunitionTableRenderer
Constructor for ShelfRenderer.
AmmunitionTableScreen - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.screen
 
AmmunitionTableScreen(AmmunitionTableMenu, Inventory, Component) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.AmmunitionTableScreen
 
ANCIENT_SCROLL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ANCIENT_SCROLL - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
angerTime - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
animateTick(BlockState, Level, BlockPos, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Runs occasionally to create animations.
animateTick(BlockState, Level, BlockPos, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
 
animateTick(BlockState, Level, BlockPos, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.MoonglowBlock
 
animateTick(BlockState, Level, BlockPos, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.StardustLeavesBlock
 
anvilUpdateEvent(AnvilUpdateEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
apply(Map<ResourceLocation, JsonElement>, ResourceManager, ProfilerFiller) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeLoader
 
applyEffectTick(LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.AlcoholEffect
Runs once each tick while the effect is active.
applyEffectTick(LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.BleedingEffect
 
applyEffectTick(LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.HellfireEffect
 
applyEffectTick(LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.MorphineEffect
Runs once each tick while the effect is active.
APPRENTICE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
areLoadingRequirementsMet() - Method in interface tech.anonymoushacker1279.immersiveweapons.api.IWPlugin
Determine if your loading requirements are met.
ARMED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
ARMOR - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
 
ARMOR_ACTION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.IWKeyBinds
 
ARMOR_TOUGHNESS_VALUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
ARMOR_VALUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
armorSpawnChance - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
ArmorUtils - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
ArmorUtils() - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.ArmorUtils
 
ArrowBuilder(Item.Properties, double, Supplier<EntityType<T>>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
ArrowEntityBuilder(EntityType<? extends Arrow>, Item) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity.ArrowEntityBuilder
 
assemble(Container, RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
assemble(Container, RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
assemble(Container, RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
assemble(Container, RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
assemble(Container, RegistryAccess) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
assemble(Container, RegistryAccess) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
assemble(Container, RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
ASTRAL - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
ASTRAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
ASTRAL_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
ASTRAL_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
ASTRAL_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
ASTRAL_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
ASTRAL_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_CRYSTAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
ASTRAL_CRYSTAL_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
ASTRAL_CRYSTAL_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
ASTRAL_CRYSTAL_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
ASTRAL_CRYSTAL_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
ASTRAL_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_INGOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
ASTRAL_NUGGET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
ASTRAL_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
ASTRAL_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ASTRAL_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AstralArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
AstralArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.AstralArmorItem
 
AstralArmorPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
AstralArmorPayload(boolean) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
Creates an instance of a AstralArmorPayload record class.
AstralArmorPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
 
AstralArmorPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
AstralArmorPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.AstralArmorPayloadHandler
 
AstralCrystalBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
AstralCrystalBlock(int, int, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
 
AstralCrystalBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
AstralCrystalBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.AstralCrystalBlockEntity
 
AstralCrystalPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
AstralCrystalPayload(BlockPos) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
Creates an instance of a AstralCrystalPayload record class.
AstralCrystalPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
 
AstralCrystalPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
AstralCrystalPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.AstralCrystalPayloadHandler
 
AstralCrystalRecipe - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AstralCrystalRecipe(String, Ingredient, Ingredient, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
AstralCrystalRecipe.Factory<T extends AstralCrystalRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AstralCrystalRecipe.Serializer<T extends AstralCrystalRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
AstralCrystalRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
AstralCrystalRenderer() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.AstralCrystalRenderer
 
ATTACK_REACH_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
attackedByEntity(Entity, List<Entity>) - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.AttackerTracker
 
AttackerTracker - Interface in tech.anonymoushacker1279.immersiveweapons.entity
Simply keeps a list of entities which have attacked this entity.
attackSpeed - Variable in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
attackSpeed - Variable in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
attemptSpawnEntity(T) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
AURORA_BOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AuroraBow - Class in tech.anonymoushacker1279.immersiveweapons.item.bow
 
AuroraBow(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.bow.AuroraBow
 
availableRecipes - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
availableRecipes - Variable in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
AZUL_KEYSTONE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AZUL_KEYSTONE_FRAGMENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AZUL_LOCATOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
AzulLocatorItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
AzulLocatorItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.AzulLocatorItem
 

B

BAGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
 
BAMBOO_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BAMBOO_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BANDAGE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BandageItem - Class in tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
BandageItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.fortitude.BandageItem
Constructor for BandageItem.
BARBED_WIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BARBED_WIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BARBED_WIRE_FENCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BARBED_WIRE_FENCE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BARBED_WIRE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BARBED_WIRE_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BARBED_WIRE_RATTLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
BarbedWireBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.barbed_wire
 
BarbedWireBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireBlock
Constructor for BarbedWireBlock.
BarbedWireFenceBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.barbed_wire
 
BarbedWireFenceBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireFenceBlock
Constructor for BarbedWireFenceBlock.
BarbedWireUtils - Interface in tech.anonymoushacker1279.immersiveweapons.block.barbed_wire
 
BARREL_TAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BARREL_TAP_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BARREL_TAP_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
BARREL_TAP_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
BarrelTapBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.crafting
 
BarrelTapBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
Constructor for BarrelTapBlock.
BarrelTapRecipe - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
BarrelTapRecipe(String, Ingredient, int, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
BarrelTapRecipe.Factory<T extends BarrelTapRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
BarrelTapRecipe.Serializer<T extends BarrelTapRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
BaseFireBlockMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
Handles the respawning of Super Hans when tossing a Hans' Blessing into a fire block.
BaseFireBlockMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.BaseFireBlockMixin
 
baseMultiplier() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Returns the value of the baseMultiplier record component.
BasicArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
BasicArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.BasicArmorItem
 
BasicContainerItem - Class in tech.anonymoushacker1279.immersiveweapons.item.utility
 
BasicContainerItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.utility.BasicContainerItem
Constructor for BasicContainerItem.
BasicOrientableBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.core
 
BasicOrientableBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.core.BasicOrientableBlock
Constructor for BasicOrientableBlock.
BasicPotionEffect - Class in tech.anonymoushacker1279.immersiveweapons.potion
 
BasicPotionEffect(MobEffectCategory, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.potion.BasicPotionEffect
Constructor for BasicPotionEffect.
BATTLEFIELD - Static variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
BATTLEFIELD_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
BEAR_TRAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BEAR_TRAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BEAR_TRAP_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
BEAR_TRAP_CLOSE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
BEAR_TRAP_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BEAR_TRAP_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BearTrapBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
BearTrapBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
BearTrapBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
BearTrapBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
Constructor for BearTrapBlockEntity.
beginCrafting() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Returns the value of the beginCrafting record component.
BELT - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
BERSERKERS_AMULET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BERSERKERS_AMULET - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
BIODOME_LIFE_SUPPORT_UNIT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BIODOME_LIFE_SUPPORT_UNIT_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
BIODOME_LIFE_SUPPORT_UNIT_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BiodomeLifeSupportUnitBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
BiodomeLifeSupportUnitBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
BiodomeLifeSupportUnitBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
BiodomeLifeSupportUnitBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
BIOHAZARD_BOX - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BIOHAZARD_BOX_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BiohazardBoxBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
BiohazardBoxBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.BiohazardBoxBlock
Constructor for BiohazardBoxBlock.
BIRCH_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BIRCH_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLACK_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLACK_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLACKPOWDER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
BLACKPOWDER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BLADEMASTER_EMBLEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BLADEMASTER_EMBLEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
BLAZE_POWDER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
BLEED_CANCEL_CHANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Chance for BleedingEffect to be cancelled each damage tick.
BLEED_RESISTANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to BleedingEffect damage.
bleedCancelEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
BLEEDING - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BLEEDING_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
BLEEDING_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BleedingEffect - Class in tech.anonymoushacker1279.immersiveweapons.potion
 
BleedingEffect(MobEffectCategory, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.potion.BleedingEffect
 
bleedResistanceEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
BLOATED_HEART - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BLOATED_HEART - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
BLOATED_HEART_HEALTH_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
block - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
BLOCK_ENTITIES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
BlockEntityRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
BlockEntityRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
blockID - Variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
blockIngredient - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
BlockItemRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
BlockItemRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BlockRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
BlockRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOCKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOOD_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
BLOOD_SAND - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOOD_SAND_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLOOD_SANDSTONE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOOD_SANDSTONE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLOOD_SANDSTONE_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOOD_SANDSTONE_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLOOD_SANDSTONE_STAIRS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOOD_SANDSTONE_STAIRS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLOOD_SANDSTONE_WALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLOOD_SANDSTONE_WALL_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BloodParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
BloodParticle(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle
 
BloodParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
BLOODY_CLOTH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BLOODY_CLOTH - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
BLOODY_SACRIFICE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
bloodySacrificeEffect(LivingHurtEvent, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
BLUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
BLUE_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BLUE_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BLUNDERBUSS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BLUNDERBUSS_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
blunderbussFireInaccuracy - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
blunderbussFireVelocity - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
BODY - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
bootstrap() - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.CustomArmPoses
 
bootstrap() - Static method in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
bossEvent - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
bossEvent - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
bossEvent - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
BOTTLE_OF_ALCOHOL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BOTTLE_OF_WINE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BRACELET - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
BranchBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
BranchBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.BranchBlock
Constructor for BranchBlock.
BRITISH_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BRITISH_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BROKEN_LENS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BROWN_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BROWN_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
build() - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
build() - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
build(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity.BulletEntityBuilder
 
build(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity.ArrowEntityBuilder
 
bullet(Entity, Entity) - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BULLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BULLET_IMPACT_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
BULLET_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
BULLET_WHIZZ - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
BulletBuilder(Item.Properties, double, Supplier<EntityType<T>>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
BulletEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
BulletEntity(EntityType<? extends Arrow>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
BulletEntity(EntityType<? extends BulletEntity>, LivingEntity, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
BulletEntity.BulletEntityBuilder - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
BulletEntityBuilder(EntityType<? extends Arrow>, Item) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity.BulletEntityBuilder
 
BulletEntityDebugPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
BulletEntityDebugPayload(double, boolean) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
Creates an instance of a BulletEntityDebugPayload record class.
BulletEntityDebugPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
 
BulletEntityDebugPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
BulletEntityDebugPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.BulletEntityDebugPayloadHandler
 
BulletImpactParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact
 
BulletImpactParticle(ClientLevel, double, double, double, double, double, double, SpriteSet, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle
 
BulletImpactParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact
 
BulletImpactParticleOptions - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact
 
BulletImpactParticleOptions(float, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
BulletItem<T extends BulletEntity> - Class in tech.anonymoushacker1279.immersiveweapons.item.projectile
 
BulletItem(Item.Properties, double, Supplier<EntityType<T>>, int, boolean, float, double, List<Double>, int, HitEffectUtils.HitEffect, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
BulletItem.BulletBuilder<T extends BulletEntity> - Class in tech.anonymoushacker1279.immersiveweapons.item.projectile
 
BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
bulletsBreakGlass - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
BURNED_BRANCH_DECORATOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.TreeDecoratorRegistry
 
BURNED_OAK - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
BURNED_OAK - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.properties.WoodTypes
 
BURNED_OAK - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.CustomBlockSetTypes
 
BURNED_OAK_BOAT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BURNED_OAK_BOAT_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
BURNED_OAK_BRANCH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_BRANCH_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_BUTTON - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_BUTTON_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_CHEST - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
BURNED_OAK_CHEST_BOAT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
BURNED_OAK_CHEST_BOAT_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
BURNED_OAK_DOOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_DOOR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_FENCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_FENCE_GATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_FENCE_GATE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_FENCE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_HANGING_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_HANGING_SIGN_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_LOG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_LOG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_LOGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BranchBlock
 
BURNED_OAK_PLANKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_PLANKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_PRESSURE_PLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_PRESSURE_PLATE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_SIGN_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_STAIRS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_STAIRS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_TRAPDOOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_TRAPDOOR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BURNED_OAK_WALL_HANGING_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_WALL_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_WOOD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
BURNED_OAK_WOOD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
BurnedBranchDecorator - Class in tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators
 
BurnedBranchDecorator(float) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators.BurnedBranchDecorator
 
BURNING_HEAT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
BurningHeatEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
BurningHeatEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.BurningHeatEnchantment
 
byId(int) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 

C

calculateDamage() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
calculateDamage(float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Calculate the damage dealt by the block based on the starting damage and the reduction per stage.
CAMP_CHAIR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CAMP_CHAIR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CampChairBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
CampChairBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
Constructor for CampChairBlock.
CANADIAN_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CANADIAN_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
canAttack(LivingEntity, TargetingConditions) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.HurtByTargetWithPredicateGoal
 
canAttackBlock(BlockState, Level, BlockPos, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
canAttackBlock(BlockState, Level, BlockPos, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
canAttackType(EntityType<?>) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
canAttackType(EntityType<?>) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
canBeInfinite - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
canBeInfinite() - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
canBeInfinite(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
canBeInfinite(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
canBeLeashed(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
canBeReplaced(BlockState, Fluid) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.TiltrosPortalBlock
 
canCharge - Variable in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
 
canContinueToUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
canCraftInDimensions(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
canCraftInDimensions(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
canCraftInDimensions(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
canCraftInDimensions(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
canCraftInDimensions(int, int) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
canCraftInDimensions(int, int) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
canCraftInDimensions(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
canDropFromExplosion(BlockState, BlockGetter, BlockPos, Explosion) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
canDropMobsSkull() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
Returns true if an entity is able to drop its skull due to being blown up by this creeper.
canDry(ServerLevel, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.IWMudBlock
 
canFireProjectileWeapon(ProjectileWeaponItem) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
cannonball(Entity, Entity) - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
CANNONBALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CANNONBALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
CANNONBALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
CANNONBALL_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
CannonballEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
CannonballEntity(EntityType<? extends Arrow>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CannonballEntity
 
CannonballEntity(LivingEntity, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CannonballEntity
 
CannonballRenderer<T extends CannonballEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
CannonballRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.CannonballRenderer
 
CANNONBALLS - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
canPerformAction(ItemStack, ToolAction) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
canPlaceItem(int, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Check if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
canPlaceItemThroughFace(int, ItemStack, Direction) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Determine if an item can be placed through a face.
canReplaceCurrentItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
canReplaceCurrentItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
canRide(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
Check if this entity can be ridden by the supplied entity.
canScope() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
canScope() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
 
canSee(LivingEntity, Entity, boolean) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BranchBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Determines if the block can exist in a given state.
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
canSurvive(BlockState, LevelReader, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.SolarLensBlock
 
canSustainPlant(BlockState, BlockGetter, BlockPos, Direction, IPlantable) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.CustomSandBlock
 
canTakeItemThroughFace(int, ItemStack, Direction) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Determine if an item can be removed through a face.
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.CelestialTowerSummonMeteorGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DefendVillageTargetGoal
Returns whether execution should begin.
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DisorientedWanderingGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FieldMedicHealEntitiesGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FlyAroundEntityGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FlyRandomlyGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.HoverGoal
Returns whether execution should begin.
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StayNearMobGoal
 
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StormCreeperSwellGoal
Returns whether execution should begin.
canUse() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
CAPACITY - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
 
causeFallDamage(float, float, DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
causeFallDamage(float, float, DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
CELESTIAL_BREW_POTION - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
CELESTIAL_FRAGMENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CELESTIAL_FURY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
CELESTIAL_LANTERN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CELESTIAL_LANTERN_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
CELESTIAL_LANTERN_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CELESTIAL_PROTECTION_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
CELESTIAL_PROTECTION_NO_DAMAGE_CHANCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
CELESTIAL_SPIRIT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CELESTIAL_SPIRIT - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
CELESTIAL_TOWER_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
CELESTIAL_TOWER_DEATH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
CELESTIAL_TOWER_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
CELESTIAL_TOWER_HURT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
CELESTIAL_TOWER_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CELESTIAL_TOWER_SUMMON - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
CELESTIAL_TOWER_VULNERABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
CelestialFuryEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
CelestialFuryEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.CelestialFuryEnchantment
 
CelestialLanternBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
CelestialLanternBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
 
CelestialLanternBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
CelestialLanternBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.CelestialLanternBlockEntity
Constructor for CelestialLanternBlockEntity.
celestialProtectionEffect(LivingHurtEvent, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.EnvironmentEffects
 
celestialSpiritEffect(Player, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
CelestialTowerEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
CelestialTowerEntity(EntityType<? extends Monster>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
CelestialTowerModel<T extends net.minecraft.world.entity.Entity> - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
CelestialTowerModel(ModelPart) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.CelestialTowerModel
 
CelestialTowerRenderer<T extends CelestialTowerEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
CelestialTowerRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.CelestialTowerRenderer
 
celestialTowerSpawnCheckingRadius - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
CelestialTowerSummonGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
CelestialTowerSummonGoal(CelestialTowerEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.CelestialTowerSummonGoal
 
CelestialTowerSummonMeteorGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
CelestialTowerSummonMeteorGoal(CelestialTowerEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.CelestialTowerSummonMeteorGoal
 
celestialTowerWaveSizeModifier - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
CHAIR_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
ChairEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.misc
 
ChairEntity(EntityType<?>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
 
ChairRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
ChairRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.ChairRenderer
Constructor for ChairRenderer.
CHAMPION_BASE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CHAMPION_BASE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CHAMPION_BRICKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CHAMPION_BRICKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CHAMPION_KEYCARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CHAMPION_KEYCARD_BRICKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CHAMPION_KEYCARD_BRICKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
ChampionKeycardBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.misc
 
ChampionKeycardBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.misc.ChampionKeycardBlock
 
championTowerKey - Static variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
CHANGE_STATE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem.PacketTypes
 
changeStateChance - Variable in class tech.anonymoushacker1279.immersiveweapons.block.mud.IWMudBlock
 
changingPlayerFOV - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.data.GunData
 
changingPlayerFOV() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Returns the value of the changingPlayerFOV record component.
CHARM - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
checkCompatibility(Enchantment) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.EndlessMusketPouchEnchantment
 
checkDespawn() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
checkFallDamage(double, boolean, BlockState, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
checkFallDamage(double, boolean, BlockState, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
checkForDiscovery(LivingEntity) - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.GrantAdvancementOnDiscovery
 
checkForValidMultiBlock(BlockState, BlockPos, ServerLevel) - Static method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
Scan the 3x3x5 area around the controller to check for a valid multiblock structure.
checkSpawnObstruction(LevelReader) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
 
checkSpawnObstruction(LevelReader) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
checkSpawnObstruction(LevelReader) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
 
checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.RockSpiderEntity
 
checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
CHERRY_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CHERRY_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CHISELED_BLOOD_SANDSTONE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CHISELED_BLOOD_SANDSTONE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CHOCOLATE_BAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CHOCOLATE_BAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.food.FoodItemProperties
 
ChocolateBarItem - Class in tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
ChocolateBarItem(Item.Properties, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.fortitude.ChocolateBarItem
Constructor for ChocolateBarItem.
clearContent() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Clear the inventory.
clearContent() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Clear the inventory.
clearContent() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
clearContent() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Clear the inventory.
clearContent() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
clearItemStacks() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
clickMenuButton(Player, int) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
ClientboundSetEntityMotionPacket(int, Vec3, CallbackInfo) - Method in class tech.anonymoushacker1279.immersiveweapons.mixin.ClientboundSetEntityMotionPacketMixin
 
ClientboundSetEntityMotionPacket(FriendlyByteBuf, CallbackInfo) - Method in class tech.anonymoushacker1279.immersiveweapons.mixin.ClientboundSetEntityMotionPacketMixin
 
ClientboundSetEntityMotionPacketMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
Remove clamping on entity motion packets and use integers over shorts, to prevent rubber-banding in projectiles with high speed.
ClientboundSetEntityMotionPacketMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.ClientboundSetEntityMotionPacketMixin
 
ClientConfig - Class in tech.anonymoushacker1279.immersiveweapons.config
 
ClientConfig() - Constructor for class tech.anonymoushacker1279.immersiveweapons.config.ClientConfig
 
ClientForgeEventSubscriber - Class in tech.anonymoushacker1279.immersiveweapons.event
 
ClientForgeEventSubscriber() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
 
ClientModEventSubscriber - Class in tech.anonymoushacker1279.immersiveweapons.event
 
ClientModEventSubscriber() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
clientSetup(FMLClientSetupEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
Event handler for the FMLClientSetupEvent.
CLOTH_SCRAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CLOUD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CLOUD_MARBLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_MARBLE_BRICK_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_MARBLE_BRICK_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CLOUD_MARBLE_BRICK_STAIRS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_MARBLE_BRICK_STAIRS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CLOUD_MARBLE_BRICK_WALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_MARBLE_BRICK_WALL_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CLOUD_MARBLE_BRICKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_MARBLE_BRICKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CLOUD_MARBLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CLOUD_MARBLE_PILLAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CLOUD_MARBLE_PILLAR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
COBALT - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
COBALT - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
COBALT_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
COBALT_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
COBALT_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
COBALT_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
COBALT_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_INGOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
COBALT_NUGGET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
COBALT_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
COBALT_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
COBALT_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COBALT_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CobaltArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
CobaltArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.CobaltArmorItem
 
CobaltArmorPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
CobaltArmorPayload(boolean) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
Creates an instance of a CobaltArmorPayload record class.
CobaltArmorPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
 
CobaltArmorPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
CobaltArmorPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.CobaltArmorPayloadHandler
 
codec - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.BasicOrientableBlock
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe.Serializer
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.LogShardsLootModifierHandler
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleChestModifierHandler
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleDropModifierHandler
 
codec() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.ToolSmeltingModifierHandler
 
CODEC - Static variable in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.core.BasicOrientableBlock
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
CODEC - Static variable in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
 
CODEC - Static variable in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
 
CODEC - Static variable in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators.BurnedBranchDecorator
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.LogShardsLootModifierHandler
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleChestModifierHandler
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleDropModifierHandler
 
CODEC - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.ToolSmeltingModifierHandler
 
collectDynamicAttributes(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Collect the dynamic attribute modifiers from all active AccessoryItems in the player's inventory.
collectDynamicAttributes(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge
 
collectEffects(AccessoryItem.EffectType, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Collect the value of the given effect from all AccessoryItems in the player's inventory.
collectEffects(AccessoryItem.EffectType, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge
 
collectMobEffects(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Collect the mob effect instances from all active AccessoryItems in the player's inventory.
collectMobEffects(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge
 
collectStandardAttributes(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Collect the attribute modifiers from all active AccessoryItems in the player's inventory.
collectStandardAttributes(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge
 
color - Variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
color - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
color - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
color - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
 
color() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns the value of the color record component.
color(int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
CombatRulesMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
Replace the vanilla armor cap of 20 points with a configurable value.
CombatRulesMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.CombatRulesMixin
 
COMMANDER_PEDESTAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
COMMANDER_PEDESTAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
COMMANDER_PEDESTAL_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
CommanderPedestalBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
CommanderPedestalBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.CommanderPedestalBlock
 
CommanderPedestalBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
CommanderPedestalBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity
 
CommanderPedestalBlockEntity.AugmentTypes - Enum Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
CommanderPedestalRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
CommanderPedestalRenderer() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.CommanderPedestalRenderer
 
CommonConfig - Class in tech.anonymoushacker1279.immersiveweapons.config
 
CommonConfig() - Constructor for class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
completeCraft() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Runs after a result stack has been taken.
computeFogColorEvent(ViewportEvent.ComputeFogColor) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
 
computeFovEvent(ViewportEvent.ComputeFov) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
 
CONDUCTIVE_ALLOY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
constructMod(FMLConstructModEvent) - Method in class tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
 
container - Variable in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
containerData - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
containerData - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
containerData - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
 
containerData - Variable in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
containerId() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
Returns the value of the containerId record component.
containerId() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Returns the value of the containerId record component.
containerId() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Returns the value of the containerId record component.
convertToRoman(int) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Convert an integer to a Roman numeral.
cookTime - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
cooldown - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
COPPER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
COPPER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
COPPER_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
COPPER_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
COPPER_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
COPPER_NUGGET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
COPPER_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
COPPER_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CopperArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
CopperArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.CopperArmorItem
 
craftables() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Returns the value of the craftables record component.
create() - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue
 
create(String, List<AmmunitionTableRecipe.MaterialGroup>, ItemStack) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.Factory
 
create(String, ResourceLocation, ItemStack, int, int) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe.Factory
 
create(String, Ingredient, int, Ingredient, int, int, ItemStack) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Factory
 
create(String, Ingredient, int, ItemStack) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe.Factory
 
create(String, Ingredient, List<Item>) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe.Factory
 
create(String, Ingredient, Ingredient, Ingredient, ItemStack, int) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe.Factory
 
create(String, Ingredient, Ingredient, ItemStack) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe.Factory
 
create(EntityRendererProvider.Context) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.ChairRenderer
 
create(EntityRendererProvider.Context) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.CustomArrowRenderer
 
create(Level, BlockPos, double, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
 
create(Level, BlockPos, double, BlockState, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
create(Level, LivingEntity, ItemStack, BlockPos, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
Create a new meteor at the specified position.
create(Level, Vec3, boolean) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
createArrow(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
createArrow(Level, ItemStack, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
createAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
createAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
createAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
createBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.MedicStatueBlock
 
createBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.MinutemanStatueBlock
 
createBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.BasicOrientableBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BiohazardBoxBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.WoodenTableBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.HardenedMudWindowBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Create the BlockState definition.
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.WoodenSpikesBlock
 
createBoatModelName(CustomBoatType) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc.CustomBoatRenderer
 
createBodyControl() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
createBodyLayer() - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.CelestialTowerModel
 
createBodyLayer() - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.EvilEyeModel
 
createBodyLayer() - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.FireflyModel
 
createBodyLayer() - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.MeteorModel
 
createBodyLayer() - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.SkeletonMerchantModel
 
createBullet(Level, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
createBullet(Level, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
createCannonball(Level, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
createChestBoatModelName(CustomBoatType) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc.CustomBoatRenderer
 
createEntity(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
createEntity(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.MedicStatueBlockEntity
 
createEntity(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.MinutemanStatueBlockEntity
 
createFlare(Level, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
createMenu(int, Inventory) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
createMenu(int, Inventory) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
createMenu(int, Inventory) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
 
createMenu(int, Inventory, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle.Provider
 
createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.DeadmansDesertAmbientParticle.Provider
 
createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MoonglowParticle.Provider
 
createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle.Provider
 
createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.StardustLeavesParticle.Provider
 
createParticle(BulletImpactParticleOptions, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle.Provider
 
createParticle(SmokeGrenadeParticleOptions, ClientLevel, double, double, double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle.Provider
 
CREATIVE_MODE_TABS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.DeferredRegistryHandler
 
CRIMSON_CLAW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
CRIMSON_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CRIMSON_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CrimsonClawEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
CrimsonClawEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.CrimsonClawEnchantment
 
CriterionTriggerRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
CriterionTriggerRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.CriterionTriggerRegistry
 
criticalHitEvent(CriticalHitEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
CURSE_CLEANING_SOAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CURSE_EFFECT_FADE - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
CurseCleaningSoapItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
CurseCleaningSoapItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.CurseCleaningSoapItem
 
CURSED_SIGHT_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
CURSED_SIGHT_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CURSED_SIGHT_STAFF_CORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
CursedItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
CursedItem(Item.Properties, String) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
Cursed items cannot be removed once used.
CursedSightStaffItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
CursedSightStaffItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.CursedSightStaffItem
 
cursedSightStaffMaxUseRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
CUSTOM_HANGING_SIGN_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
CUSTOM_SIGN_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
CUSTOM_SKULL_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
CustomArmorMaterials - Enum Class in tech.anonymoushacker1279.immersiveweapons.item.materials
 
CustomArmPoses - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
CustomArmPoses() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.CustomArmPoses
 
customArrow(AbstractArrow, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.bow.AuroraBow
 
customArrow(AbstractArrow, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.bow.DragonBreathBow
 
customArrow(AbstractArrow, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.bow.IceBowItem
 
CustomArrowEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
CustomArrowEntity(EntityType<? extends Arrow>, LivingEntity, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
CustomArrowEntity(EntityType<? extends Arrow>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
CustomArrowEntity.ArrowEntityBuilder - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
CustomArrowItem<T extends CustomArrowEntity> - Class in tech.anonymoushacker1279.immersiveweapons.item.projectile
 
CustomArrowItem(Item.Properties, double, Supplier<EntityType<T>>, int, boolean, double, List<Double>, int, HitEffectUtils.HitEffect, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
CustomArrowItem.ArrowBuilder<T extends CustomArrowEntity> - Class in tech.anonymoushacker1279.immersiveweapons.item.projectile
 
CustomArrowRenderer<T extends net.minecraft.world.entity.projectile.AbstractArrow> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
CustomArrowRenderer(EntityRendererProvider.Context, ResourceLocation) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.CustomArrowRenderer
Constructor for CustomArrowRenderer.
CustomBlockSetTypes - Class in tech.anonymoushacker1279.immersiveweapons.world.level
 
CustomBlockSetTypes() - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.CustomBlockSetTypes
 
CustomBoatDispenseBehavior(CustomBoatType) - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.DispenserBehaviorRegistry.CustomBoatDispenseBehavior
 
CustomBoatDispenseBehavior(CustomBoatType, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.DispenserBehaviorRegistry.CustomBoatDispenseBehavior
 
CustomBoatEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.vehicle
 
CustomBoatEntity(EntityType<? extends Boat>, Level, Item) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
CustomBoatItem - Class in tech.anonymoushacker1279.immersiveweapons.item.utility
 
CustomBoatItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.utility.CustomBoatItem
 
CustomBoatRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc
 
CustomBoatRenderer(EntityRendererProvider.Context, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc.CustomBoatRenderer
 
CustomBoatType - Enum Class in tech.anonymoushacker1279.immersiveweapons.entity.vehicle
 
CustomCeilingHangingSignBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.sign
 
CustomCeilingHangingSignBlock(BlockBehaviour.Properties, WoodType) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomCeilingHangingSignBlock
 
CustomChestBoatEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.vehicle
 
CustomChestBoatEntity(EntityType<? extends Boat>, Level, Item) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
CustomHangingSignBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
CustomHangingSignBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.CustomHangingSignBlockEntity
 
CustomItemMaterials - Class in tech.anonymoushacker1279.immersiveweapons.item.materials
 
CustomItemMaterials() - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
CustomPotion - Class in tech.anonymoushacker1279.immersiveweapons.potion
 
CustomPotion(MobEffectInstance) - Constructor for class tech.anonymoushacker1279.immersiveweapons.potion.CustomPotion
 
CustomPotionItem - Class in tech.anonymoushacker1279.immersiveweapons.item.potion
 
CustomSandBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.core
 
CustomSandBlock(ColorRGBA, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.core.CustomSandBlock
 
customServerAiStep() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
CustomSignBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
CustomSignBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.CustomSignBlockEntity
 
CustomSkullBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration.skull
 
CustomSkullBlock(CustomSkullTypes, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullBlock
 
CustomSkullBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
CustomSkullBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.CustomSkullBlockEntity
 
CustomSkullTypes - Enum Class in tech.anonymoushacker1279.immersiveweapons.block.decoration.skull
 
CustomStandingSignBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.sign
 
CustomStandingSignBlock(BlockBehaviour.Properties, WoodType) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomStandingSignBlock
 
CustomWallHangingSignBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.sign
 
CustomWallHangingSignBlock(BlockBehaviour.Properties, WoodType) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomWallHangingSignBlock
 
CustomWallSignBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.sign
 
CustomWallSignBlock(BlockBehaviour.Properties, WoodType) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomWallSignBlock
 
CustomWallSkullBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration.skull
 
CustomWallSkullBlock(CustomSkullTypes, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomWallSkullBlock
 
CUT_BLOOD_SANDSTONE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CUT_BLOOD_SANDSTONE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CUT_BLOOD_SANDSTONE_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CUT_BLOOD_SANDSTONE_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
CYAN_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
CYAN_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 

D

damage - Variable in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
damage - Variable in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
damage - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
damage - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
DAMAGE_RESISTANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to all incoming damage sources.
DAMAGE_STAGE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireBlock
 
DAMAGE_STAGE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.WoodenSpikesBlock
 
DAMAGE_VULNERABILITY_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
DAMAGEABLE_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
DamageableBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.core
 
DamageableBlock(BlockBehaviour.Properties, int, int, Item, IntegerProperty) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
Constructor for DamageableBlock.
DamageableBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
DamageableBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
 
DamageableBlockEntity(BlockPos, BlockState, int, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
 
damageResistanceEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
damageVulnerabilityEffect(LivingHurtEvent, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.EnvironmentEffects
 
dampensVibrations(CallbackInfoReturnable<Boolean>) - Method in class tech.anonymoushacker1279.immersiveweapons.mixin.EntityMixin
Allow an entity to dampen vibrations if wearing padded leather armor.
DARK_OAK_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DARK_OAK_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
darkModeFlashbangs - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.ClientConfig
 
DatagenExclusionMarker - Annotation Interface in tech.anonymoushacker1279.immersiveweapons.util.markers
 
DatagenExclusionMarker.Type - Enum Class in tech.anonymoushacker1279.immersiveweapons.util.markers
 
DEADEYE_PENDANT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DEADEYE_PENDANT - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
DEADMANS_DESERT_AMBIENT_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
DEADMANS_DESERT_ATMOSPHERE - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
DEADMANS_DESERT_ATMOSPHERE_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
DEADMANS_DESERT_BACKGROUND_MUSIC - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
DEADMANS_DESERT_THEME_1 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
DEADMANS_DESERT_THEME_2 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
DeadmansDesertAmbientParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
DeadmansDesertAmbientParticle(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.DeadmansDesertAmbientParticle
 
DeadmansDesertAmbientParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
DEATH_GEM_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DEATH_GEM_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
DEATH_POTION - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
DEATHWEED - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DEATHWEED - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
DEATHWEED_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
DEATHWEED_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
DeathweedBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
DeathweedBlock(Supplier<MobEffect>, int, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.DeathweedBlock
 
DEBUG_TRACING - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.IWKeyBinds
 
DEBUG_TRACING_ELEMENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.IWOverlays
 
debugDataHandler(float, float, int, UUID) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.SyncHandler
Sync values for debug tracing data from server to client.
DebugDataPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
DebugDataPayload(UUID, float, float, int) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Creates an instance of a DebugDataPayload record class.
DebugDataPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
 
DebugDataPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
DebugDataPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.DebugDataPayloadHandler
 
DebugTracingData - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.overlays
This class contains data for debug tracing.
DebugTracingData() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
DebugTracingOverlay - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.overlays
 
DebugTracingOverlay() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingOverlay
 
DEEPSLATE_COBALT_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DEEPSLATE_COBALT_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
DEEPSLATE_SULFUR_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DEEPSLATE_SULFUR_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
defaultAmmo() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the default ammunition.
defaultAmmo() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.FlareGunItem
Get the default ammunition.
defaultAmmo() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
defaultPowder() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the default powder.
DefendVillageTargetGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
DefendVillageTargetGoal(Mob) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DefendVillageTargetGoal
Constructor for DefendVillageTargetGoal.
DeferredRegistryHandler - Class in tech.anonymoushacker1279.immersiveweapons.init
 
DeferredRegistryHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.DeferredRegistryHandler
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
defineSynchedData() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
density() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Returns the value of the density record component.
densityModifier - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
densityModifier() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
Returns the value of the densityModifier record component.
DEPTH_CHARM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DEPTH_CHARM - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
DEPTH_SCALING - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder.EffectScalingType
Scales the effect value based on the player's depth, beginning at y<64.
DESERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
DESERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
destroy(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
destroy(LevelAccessor, BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
 
DIAMOND_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DIAMOND_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
DIAMOND_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DIAMOND_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DIAMOND_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
DIAMOND_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DIAMOND_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DIAMOND_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DIAMOND_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
DIAMOND_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
die(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
DISABLED - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
 
discoveredEntity(EntityPredicate) - Static method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
 
discoveredEntity(EntityType<?>) - Static method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
 
discoveryAdvancementRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
DisorientedWanderingGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
DisorientedWanderingGoal(Mob, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DisorientedWanderingGoal
 
dispense(BlockSource, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.init.DispenserBehaviorRegistry
Custom dispense behavior.
DispenserBehaviorRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
DispenserBehaviorRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.DispenserBehaviorRegistry
 
DispenserBehaviorRegistry.CustomBoatDispenseBehavior - Class in tech.anonymoushacker1279.immersiveweapons.init
 
distanceDelay() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns the value of the distanceDelay record component.
doApply(ObjectArrayList<ItemStack>, LootContext) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.LogShardsLootModifierHandler
Apply loot table modifications.
doApply(ObjectArrayList<ItemStack>, LootContext) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleChestModifierHandler
 
doApply(ObjectArrayList<ItemStack>, LootContext) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleDropModifierHandler
 
doApply(ObjectArrayList<ItemStack>, LootContext) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.ToolSmeltingModifierHandler
 
doHurtTarget(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
doHurtTarget(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
doPush(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
doWaveSpawnBehavior() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.CelestialTowerSummonGoal
 
doWaveSpawnBehavior() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.TheCommanderSummonGoal
 
doWaveSpawnBehavior() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
doWhenHitEntity(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
doWhenHitEntity(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
Additional stuff to do when an entity is hit.
doWhenHitEntity(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
Runs when an entity is hit.
doWhileTicking() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
doWhileTicking() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
Additional stuff to do while ticking.
doWhileTicking() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
 
DragonBreathBow - Class in tech.anonymoushacker1279.immersiveweapons.item.bow
 
DragonBreathBow(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.bow.DragonBreathBow
 
DRAGONS_BREATH_BOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DRIED_MUD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DRIED_MUD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
DriedMudBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.mud
 
DriedMudBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.mud.DriedMudBlock
 
dropCustomDeathLoot(DamageSource, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
DYING_SOLDIER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
DYING_SOLDIER_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
DYING_SOLDIER_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DYING_SOLDIER_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
DYING_SOLDIER_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
DYING_SOLDIER_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
DYING_SOLDIER_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
DyingSoldierEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
DyingSoldierEntity(EntityType<? extends DyingSoldierEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 

E

EFFECT_EVERYTHING - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
 
EFFECT_MOBS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
 
EffectBuilder() - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
 
EffectRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
EffectRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
effects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
effects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.BandageItem
 
effects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.FirstAidKitItem
 
effects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.MorphineItem
 
EFFECTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
ELECTRIC_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ELECTRIC_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
ELECTRIC_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
EMERALD_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
EMERALD_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
emeraldCost() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns the value of the emeraldCost record component.
enchantGear(Mob, boolean, boolean) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Enchant the gear of a given entity.
EnchantItemForItems - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades
 
EnchantItemForItems(ItemStack, Item, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemForItems
 
EnchantItemWithEnchantingBooks - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades
 
EnchantItemWithEnchantingBooks(ItemStack, ItemStack, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemWithEnchantingBooks
 
EnchantItemWithEnchantingBooks(ItemStack, ItemStack, int, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemWithEnchantingBooks
 
ENCHANTMENT - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
 
EnchantmentRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
EnchantmentRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
ENCHANTMENTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
enchantSpawnedArmor(Mob, RandomSource, float) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Enchant the armor of a spawned entity.
enchantSpawnedWeapon(Mob, RandomSource, float) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Enchant the weapon of a spawned entity.
ENDLESS_MUSKET_POUCH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
EndlessMusketPouchEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
EndlessMusketPouchEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.EndlessMusketPouchEnchantment
 
entity() - Method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
Returns the value of the entity record component.
ENTITY_DISCOVERED_TRIGGER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.CriterionTriggerRegistry
 
ENTITY_KILLERS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.NumberProviderRegistry
 
ENTITY_TYPES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
entityAttributeCreationEvent(EntityAttributeCreationEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ModEventSubscriber
Event handler for the EntityAttributeCreationEvent.
EntityDiscoveredTrigger - Class in tech.anonymoushacker1279.immersiveweapons.advancement
 
EntityDiscoveredTrigger() - Constructor for class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger
 
EntityDiscoveredTrigger.TriggerInstance - Record Class in tech.anonymoushacker1279.immersiveweapons.advancement
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireBlock
Runs when an entity is inside the block's collision area.
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireFenceBlock
Runs when an entity is inside the block's collision area.
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.DeathweedBlock
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Runs when an entity is inside the block's collision area.
entityInside(BlockState, Level, BlockPos, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.WoodenSpikesBlock
Runs when an entity is inside the block's collision area.
entityJoinLevelEvent(EntityJoinLevelEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
EntityKillersValue - Class in tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers
Rolls are based on the number of entities that attacked the entity dropping loot.
EntityMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
See individual methods for notes.
EntityMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.EntityMixin
 
EntityRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
EntityRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
entityRenderers(EntityRenderersEvent.RegisterRenderers) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
Event handler for the EntityRenderersEvent.RegisterRenderers
entitySupplier - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
entitySupplier - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
 
entityType() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
Returns the value of the entityType record component.
entries() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
Returns the value of the entries record component.
EnvironmentEffects - Class in tech.anonymoushacker1279.immersiveweapons.event.game_effects
 
EnvironmentEffects() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.game_effects.EnvironmentEffects
 
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue
 
EVIL_EYE_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
EVIL_EYE_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
EvilEyeEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
EvilEyeEntity(EntityType<? extends FlyingMob>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
EvilEyeModel<T extends net.minecraft.world.entity.Entity> - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
EvilEyeModel(ModelPart) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.EvilEyeModel
 
EvilEyeRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
EvilEyeRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.EvilEyeRenderer
 
EXCESSIVE_FORCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
ExcessiveForceEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
ExcessiveForceEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.ExcessiveForceEnchantment
 
execute(BlockSource, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.init.DispenserBehaviorRegistry.CustomBoatDispenseBehavior
 
EXPERIENCE_MODIFIER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier for experience drops.
experienceEffects(LivingExperienceDropEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
EXPERT - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
EXPLOSIVE_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
EXPLOSIVE_ARROW_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
EXPLOSIVE_CANNONBALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
EXPLOSIVE_CANNONBALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
EXPLOSIVE_CANNONBALL_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
EXPLOSIVE_CHOCOLATE_BAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
EXPLOSIVE_CHOCOLATE_BAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
EXPLOSIVE_CHOCOLATE_BAR_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
explosiveArrow(Entity, Entity) - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
explosiveCannonball(Entity, Entity) - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
EXTENDED_IRON_BARREL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
EXTENDED_REACH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
ExtendedReachEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
ExtendedReachEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.ExtendedReachEnchantment
 

F

FACING - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
factory - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Serializer
 
fancySmokeGrenadeParticles - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.ClientConfig
 
FIELD_MEDIC - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
FIELD_MEDIC_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FIELD_MEDIC_DEATH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FIELD_MEDIC_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
FIELD_MEDIC_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
FIELD_MEDIC_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
FIELD_MEDIC_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
FIELD_MEDIC_HURT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FIELD_MEDIC_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FIELD_MEDIC_STEP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FIELD_MEDIC_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
FieldMedicEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.neutral
 
FieldMedicEntity(EntityType<? extends PathfinderMob>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
FieldMedicHealEntitiesGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
FieldMedicHealEntitiesGoal(FieldMedicEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FieldMedicHealEntitiesGoal
 
fillEffectCures(Set<EffectCure>, MobEffectInstance) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.BleedingEffect
 
fillEffectCures(Set<EffectCure>, MobEffectInstance) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.HellfireEffect
 
fillStackedContents(StackedContents) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Fill stacked contents.
fillStackedContents(StackedContents) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
Finalize spawn information.
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
finalizeSpawn(ServerLevelAccessor, DifficultyInstance, MobSpawnType, SpawnGroupData, CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
findAmmo(ItemStack, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
findPowder(ItemStack, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
finishUsingItem(ItemStack, Level, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.ChocolateBarItem
Runs when the item is no longer being used.
finishUsingItem(ItemStack, Level, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
 
FIREARM_AMMO_CONSERVATION_CHANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Chance for firearms to not consume ammo.
FIREARM_RELOAD_SPEED - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier for reload time for firearms.
FIREFLY_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
FIREFLY_FLYING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FIREFLY_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FireflyEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.ambient
 
FireflyEntity(EntityType<? extends FireflyEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
FireflyModel<T extends FireflyEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
FireflyModel(ModelPart) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.FireflyModel
 
FireflyRenderer<T extends FireflyEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
FireflyRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.FireflyRenderer
 
FIREPOWER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
FirepowerEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
FirepowerEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.FirepowerEnchantment
 
FIRST_AID_KIT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FirstAidKitItem - Class in tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
FirstAidKitItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.fortitude.FirstAidKitItem
Constructor for FirstAidKitItem.
FLAG_POLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
FLAG_POLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
FlagBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
FlagBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
Constructor for FlagBlock.
FlagPoleBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
FlagPoleBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
Constructor for FlagPoleBlock.
flameTrail - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
FLAMMABLE_POWDERS - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
FLARE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FLARE_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
FLARE_GUN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FLARE_GUN_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FlareEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
FlareEntity(EntityType<? extends BulletEntity>, LivingEntity, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
 
FlareEntity(EntityType<FlareEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
 
flareGunFireInaccuracy - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
flareGunFireVelocity - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
FlareGunItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
FlareGunItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.FlareGunItem
Constructor for FlareGunItem.
FlareRenderer<T extends BulletEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
FlareRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.FlareRenderer
 
FLARES - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
FLASHBANG - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
 
FLASHBANG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FLASHBANG_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
FLASHBANG_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
FLASHBANG_EXPLODE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.GameEventRegistry
 
FLASHBANG_EXPLODE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FLASHBANG_RINGING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
flashbangDisorientTime - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
flashbangEffectRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
FlashbangEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
FlashbangEntity(EntityType<? extends FlashbangEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlashbangEntity
 
FlashbangEntity(Level, double, double, double) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlashbangEntity
 
FlashbangEntity(Level, LivingEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlashbangEntity
 
FLINTLOCK_ASSEMBLY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FLINTLOCK_PISTOL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
FLINTLOCK_PISTOL_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
FLINTLOCK_PISTOL_MISFIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
flintlockPistolFireInaccuracy - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
flintlockPistolFireVelocity - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
FlyAroundEntityGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
FlyAroundEntityGoal(EvilEyeEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FlyAroundEntityGoal
 
FlyRandomlyGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
FlyRandomlyGoal(EvilEyeEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FlyRandomlyGoal
 
FoodItemProperties - Class in tech.anonymoushacker1279.immersiveweapons.world.food
 
FoodItemProperties() - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.food.FoodItemProperties
 
forcedParticleCount() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns the value of the forcedParticleCount record component.
forceSmokeGrenadeParticles - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
ForgeEventSubscriber - Class in tech.anonymoushacker1279.immersiveweapons.event
 
ForgeEventSubscriber() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
frames() - Element in annotation interface tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker
A list of frames, to be animated in the given order.
frameTime() - Element in annotation interface tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker
The frame time of an animation.
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.Serializer
 
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe.Serializer
 
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe.Serializer
 
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe.Serializer
 
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe.Serializer
 
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Serializer
 
fromNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe.Serializer
 
FuelItem - Class in tech.anonymoushacker1279.immersiveweapons.item.utility
 
FuelItem(Item.Properties, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.utility.FuelItem
 

G

GADSDEN_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
GADSDEN_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
GAME_EVENTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.GameEventRegistry
 
GameEventRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
GameEventRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.GameEventRegistry
 
GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
GAUNTLET_SCAFFOLDING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GauntletItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gauntlet
 
GauntletItem(Tier, int, float, Item.Properties, float, int, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
gearEnchantChance - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
GENERAL_DAMAGE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to all outgoing damage sources.
GENERAL_DAMAGE_BONUS - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
GENERAL_DAMAGE_RESISTANCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
GENERAL_WITHER_CHANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Chance for attacks to inflict MobEffects.WITHER.
generalDamageEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
GeneralUtilities - Class in tech.anonymoushacker1279.immersiveweapons.util
A collection of random utility methods for general use.
GeneralUtilities() - Constructor for class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
 
generalWitherChanceEffects(Player, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
generateBiodome(Level, BlockPos, int) - Static method in class tech.anonymoushacker1279.immersiveweapons.init.PostSetupHandler
 
GENERIC_ITEM_THROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
getAddEntityPacket() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
getAddEntityPacket() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
getAddEntityPacket() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
getAddEntityPacket() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
Get the entity spawn packet.
getAddEntityPacket() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
Get the ambient sound.
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StarmiteEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
getAmbientSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getAmbientSoundInterval() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
Get the ambient sound interval.
getAmbientSoundInterval() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
getAmbientSoundInterval() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getAnalogOutputSignal(BlockState, Level, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getArmorSlots() - Method in class tech.anonymoushacker1279.immersiveweapons.mixin.EntityMixin
 
getArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.PaddedLeatherArmorItem
 
getArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.BasicArmorItem
 
getAttackingEntities() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.AttackerTracker
 
getAttackingEntities() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getAttackingEntities() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
getAttackingEntities() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getAttackInterval(Difficulty) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getAttackIntervalModifier(Difficulty) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
getAttackIntervalModifier(Difficulty) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getAttackIntervalModifier(Difficulty) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
getAttackIntervalModifier(Difficulty) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getAttributeModifiers() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
 
getAugmentItems() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity
 
getAvailableCraftables(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
getAvailableRecipeIds() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
getAvailableRecipes(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
Create a list of available recipes based on the current inputs.
getBaseFireVelocity() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getBaseFireVelocity() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.FlareGunItem
 
getBaseFireVelocity() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getBaseFireVelocity() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
 
getBaseFireVelocity() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getBaseMultiplier() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
 
getBlock() - Method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
getBlock() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getBlockID() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
getBlockLookingAt(Player, Level, int) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.SummoningStaff
 
getBossEvent() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getBossEvent() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getBossEvent() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
getBreedOffspring(ServerLevel, AgeableMob) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
getBreedOffspring(ServerLevel, AgeableMob) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
getBrightnessDependentFogColor(Vec3, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension.TiltrosDimensionSpecialEffects
 
getBulletsToFire(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the number of bullets to fire.
getBurnLeftScaled() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Get the scaled burn time left.
getBurnTime(ItemStack, RecipeType<?>) - Method in class tech.anonymoushacker1279.immersiveweapons.item.utility.FuelItem
 
getCloneItemStack(BlockState, HitResult, LevelReader, BlockPos, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.TiltrosPortalBlock
 
getCodec() - Static method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
 
getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
 
getColor() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
getColor(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.PaddedLeatherArmorItem
 
getColorFromBlock(int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle
 
getConsumeChance() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
getContainerItem() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
getContainerItem() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.MorphineItem
 
getContainerSize() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Get the number of slots in the inventory.
getContainerSize() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
getContainerSize() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Get the number of slots in the inventory.
getContainerSize() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
Returns the number of slots in the inventory.
getCookProgressionScaled() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Get the current progression.
getCookTime() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.FirstAidKitItem
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.MorphineItem
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
 
getCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getCraftedItem() - Method in class tech.anonymoushacker1279.immersiveweapons.api.events.SmallPartsTableCraftEvent
 
getCraftedItem() - Method in class tech.anonymoushacker1279.immersiveweapons.api.events.TeslaSynthesizerCraftEvent
 
getCraftingRemainingItem(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
Get the container item.
getCraftingRemainingItem(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.utility.BasicContainerItem
Get the container item.
getCurses(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
Get a list of cursed accessories in the player's inventory.
getCustomBoatType() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
getDamageSource(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
getDamageSource(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CannonballEntity
 
getDamageSource(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
Get the death sound.
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StarmiteEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
getDeathSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getDefaultBulletItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
getDefaultBulletItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
getDefaultBulletItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getDefaultGunItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
getDefaultGunItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getDefaultGunItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
getDefaultGunItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getDefaultHitGroundSoundEvent() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
getDefaultInertia() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
getDefaultInertia() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
 
getDefaultItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlashbangEntity
 
getDefaultItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
ProjectileItemEntity::setItem uses this to save storage space.
getDefaultItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MudBallEntity
 
getDefaultItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
getDefaultName() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
getDefaultName() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
getDefaultName() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
 
getDefenseForType(ArmorItem.Type) - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
getDensity() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
 
getDensityModifier() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
getDifficultyWaveSizeModifier() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getDifficultyWaveSizeModifier() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getDimensions(Pose) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
getDimensions(Pose) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getDimensions(Pose) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
getDirtiness() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
getDropItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
getDropItem() - Method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
getDurabilityForType(ArmorItem.Type) - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
getDynamicAttributeModifiers() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
 
getDynamicAttributeModifiers() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
 
getEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
 
getEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
 
getEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.AlcoholItem
 
getEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
 
getEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.WineItem
 
getEffectScalingTypes() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
 
getEffectScalingTypes() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
 
getEligibleMobsInArea() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
getEnchantmentValue() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Get the enchantment value.
getEnchantmentValue(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedSightStaffItem
 
getEnchantmentValue(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Return the enchantability factor of the item, most of the time it is based on material.
getEnchantmentValue(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.MeteorStaffItem
 
getEnchantmentValue(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
getEnchantmentValue(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.SculkStaffItem
 
getEntitiesInArea(T) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
getEntityType() - Method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
getEquipmentDropChance(EquipmentSlot) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
 
getEquipSound() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Get the equipping sound.
getExperienceReward() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
getFeatherFallingLevel(LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
getFirearmPose(LivingEntity, InteractionHand, ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.model.CustomArmPoses
 
getFireSound() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the fire sound.
getFireSound() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.FlareGunItem
Get the fire sound.
getFireSound() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getFireSound() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
Get the fire sound.
getFireSound() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
Get the fire sound.
getFireVelocity(ItemStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getFlipDegrees(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.RockSpiderRenderer
 
getFlipDegrees(StarmiteEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarmiteRenderer
 
getFloat(LootContext) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
Set FluidState properties.
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Set FluidState properties.
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BiohazardBoxBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.WoodenTableBlock
Set FluidState properties.
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.HardenedMudWindowBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Set FluidState properties.
getFluidState(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
getFromString(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
 
getGlobalAttributeModifierMap() - Static method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
The global attribute modifier map contains all standard and dynamic modifiers for all registered accessories.
getGravityModifier() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
getGravityModifier() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
getGroup() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getGroup() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
getGroup() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getGroup() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getGroup() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
getGroup() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getGroup() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getGun() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getGunItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getHealAmount() - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
getHeldPredicate(LivingEntity, Predicate<ItemStack>) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
Get the hurt sound.
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StarmiteEntity
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
getHurtSound(DamageSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getId() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.IdentifiableMerchantOffer
 
getInaccuracy() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getInaccuracy() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.FlareGunItem
 
getInaccuracy() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
 
getInaccuracy() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getIngot() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getIngredient() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
 
getIngredients() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getIngredients() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
Get the recipe's ingredients.
getIngredients() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getIngredients() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
getIngredients() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getIngredients() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.AmmunitionTablePayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.AstralArmorPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.AstralCrystalPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.BulletEntityDebugPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.CobaltArmorPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.DebugDataPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.GunScopePayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.LocalSoundPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.PlayerSoundPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.SmokeGrenadePayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge.StarForgeMenuPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge.StarForgeUpdateRecipesPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.SyncMerchantTradesPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.SyncPlayerDataPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.TeslaArmorPayloadHandler
 
getInstance() - Static method in class tech.anonymoushacker1279.immersiveweapons.network.handler.VentusArmorPayloadHandler
 
getInventory() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Get the inventory.
getInventory() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
getInventoryAmmoPredicate() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the predicate to match ammunition when searching the player's inventory, not their main/offhand
getInventoryAmmoPredicate() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.FlareGunItem
Get ammo predicates.
getInventoryAmmoPredicate() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getInventorySize() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
 
getItem() - Method in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
 
getItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CannonballEntity
 
getItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
Get the item associated with this entity.
getItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
getItem() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
getItem(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Get the stack in the given slot.
getItem(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
getItem(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Get the stack in the given slot.
getItem(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
Returns the stack in the given slot.
getItemStacks() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
getKillCount(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
Get the kill count of an item stack.
getKnockbackLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getKnockbackLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getKnockbackLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getKnockbackResistance() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Get the knockback resistance.
getLatencyPos(int, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getLightColor(float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle
 
getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
Get the light value of the block.
getLootTable() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
getLootTableSeed() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
getMaterial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getMaterialCount() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getMaterials() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getMaterialSlot() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
getMaxBulletsToFire() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the maximum number of bullets that can be fired at once.
getMaxBulletsToFire() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.BurningHeatEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.CelestialFuryEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.CrimsonClawEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.EndlessMusketPouchEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ExcessiveForceEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ExtendedReachEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.FirepowerEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.HeavyCometEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ImpactEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.MalevolentGazeEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.NightmarishStareEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.RapidFireEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.RegenerativeAssaultEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ScorchShotEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.SharpenedHeadEnchantment
 
getMaxCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.VelocityEnchantment
 
getMaxCount() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getMaxDamage(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
getMaxFallDistance() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
The maximum height from where the entity is allowed to jump (used in pathfinder)
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.CrimsonClawEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ExcessiveForceEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.FirepowerEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.HeavyCometEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ImpactEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.MalevolentGazeEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.NightmarishStareEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.RapidFireEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.RegenerativeAssaultEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.SharpenedHeadEnchantment
 
getMaxLevel() - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.VelocityEnchantment
 
getMaxPassengers() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
getMaxRange() - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedSightStaffItem
 
getMaxRange() - Method in class tech.anonymoushacker1279.immersiveweapons.item.MeteorStaffItem
 
getMaxRange() - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
getMaxRange() - Method in class tech.anonymoushacker1279.immersiveweapons.item.SculkStaffItem
 
getMaxRange() - Method in interface tech.anonymoushacker1279.immersiveweapons.item.SummoningStaff
 
getMaxSpawnClusterSize() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
getMaxSpawnClusterSize() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getMaxXRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getMaxXRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getMaxXRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
 
getMaxXRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getMaxYRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getMaxYRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
getMaxYRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
 
getMaxYRecoil() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
getMenuProvider(BlockState, Level, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.SmallPartsTableBlock
 
getMenuProvider(BlockState, Level, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
getMenuSelectionIndex() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.BurningHeatEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.CelestialFuryEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.CrimsonClawEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.EndlessMusketPouchEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ExcessiveForceEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ExtendedReachEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.FirepowerEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.HeavyCometEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ImpactEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.MalevolentGazeEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.NightmarishStareEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.RapidFireEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.RegenerativeAssaultEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.ScorchShotEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.SharpenedHeadEnchantment
 
getMinCost(int) - Method in class tech.anonymoushacker1279.immersiveweapons.enchantment.VelocityEnchantment
 
getMinCount() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getMobEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder
 
getMobEffects() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
 
getMobType() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getModelWithLocation(Boat) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc.CustomBoatRenderer
 
getMovementEmission() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
getName() - Method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
getName() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Get the name.
getName(String) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.CustomPotion
 
getNext() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
 
getOffer(Entity, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemForItems
 
getOffer(Entity, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemWithEnchantingBooks
 
getOffer(Entity, RandomSource) - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
 
getParticleByColor(int) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
Utility for getting particle colors from resources spawning smoke grenade particles.
getParts() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getPeaceAccessory() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
getPeaceAccessory() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
getPeaceAccessory() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
getPeaceAccessory() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getPersistentAngerTarget() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getPickupItem() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
getPistonPushReaction(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.StarstormCrystalBlock
 
getPlantType(BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.DeathweedBlock
 
getPlayer() - Method in class tech.anonymoushacker1279.immersiveweapons.api.events.SmallPartsTableCraftEvent
 
getPlayer() - Method in class tech.anonymoushacker1279.immersiveweapons.api.events.TeslaSynthesizerCraftEvent
 
getPluginName() - Method in interface tech.anonymoushacker1279.immersiveweapons.api.IWPlugin
Set your plugin name.
getPowderFromItem(Item) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getPowderType() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getPowderType() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getPrimaryMaterial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
getQuadSize(float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle
 
getQuadSize(float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle
 
getQuadSize(float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle
 
getQuadSize(float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle
 
getRandomDropAmount() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
Get a random drop amount based on the min and max count (inclusive).
getRandomNumber(double, double) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Get a random number between a minimum and maximum.
getRandomNumber(float, float) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Get a random number between a minimum and maximum.
getRandomNumber(int, int) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Get a random number between a minimum and maximum.
getRandomPositionInArea() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
Get a random position in the nearby area.
getRangedGunAttackGoal() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
getRangedGunAttackGoal() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getRangedGunAttackGoal() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
getRangedGunAttackGoal() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
getRemainingPersistentAngerTime() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getRenderShape(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
getRenderShape(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.TiltrosPortalBlock
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.DeadmansDesertAmbientParticle
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MoonglowParticle
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle
 
getRenderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.StardustLeavesParticle
 
getRenderType(Wolf, boolean, boolean, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarWolfRenderer
 
getRepairIngredient() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Get the repair ingredient.
getRepairMaterial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the repair material.
getRepairMaterial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
Get the repair material.
getResultItem(RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getResultItem(RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
getResultItem(RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getResultItem(RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getResultItem(RegistryAccess) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
getResultItem(RegistryAccess) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getResultItem(RegistryAccess) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getSecondaryMaterial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
getSecondaryMaterial() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getSelectedPartsPatternIndex() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
getSerializedName() - Method in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
getSerializedName() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
 
getSerializer() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getSerializer() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
getSerializer() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getSerializer() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getSerializer() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
getSerializer() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getSerializer() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.CommanderPedestalBlock
 
getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
Set the shading brightness on the client.
getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.HardenedMudWindowBlock
 
getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.CommanderPedestalBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.AmmunitionTableBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
Set the shape of the block.
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Set the shape of the block.
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BiohazardBoxBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BranchBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
Set the shape of the block.
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
Set the shape of the block.
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.WoodenTableBlock
Set the shape of the block.
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
Set the shape of the block.
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.HardenedMudWindowBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.SolarLensBlock
 
getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.WoodenSpikesBlock
 
getSignal(BlockState, BlockGetter, BlockPos, Direction) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getSinglePassengerXOffset() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
getSize() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
getSize() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getSlot() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
 
getSlot(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
getSlotsForFace(Direction) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Get slots for faces.
getSmeltTime() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
getSoundSource() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
getSoundSource() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getSoundVolume() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
Returns the volume for the sounds this mob makes.
getSoundVolume() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
Returns the volume for the sounds this mob makes.
getStaffCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedSightStaffItem
 
getStaffCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
getStaffCooldown() - Method in class tech.anonymoushacker1279.immersiveweapons.item.SculkStaffItem
 
getStaffCooldown() - Method in interface tech.anonymoushacker1279.immersiveweapons.item.SummoningStaff
 
getStandardAttributeModifiers() - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
 
getStandingEyeHeight(Pose, EntityDimensions) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
getStandingEyeHeight(Pose, EntityDimensions) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getStandingEyeHeight(Pose, EntityDimensions) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getStandingEyeHeight(Pose, EntityDimensions) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.RockSpiderEntity
 
getStandingEyeHeight(Pose, EntityDimensions) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.BasicOrientableBlock
Set placement properties.
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
Set placement properties.
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.SmallPartsTableBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BiohazardBoxBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
Set placement properties.
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
Set placement properties.
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
Set placement properties.
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
 
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Set placement properties.
getStateForPlacement(BlockPlaceContext) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
getSunriseColor(float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension.TiltrosDimensionSpecialEffects
 
getSwelling(float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
getSwellState() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
getTargetedEntity() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
getTemperature() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
getTextureLocation() - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.StormCreeperPowerLayer
 
getTextureLocation(Wolf) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarWolfRenderer
Returns the location of an entity's texture.
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.CelestialTowerRenderer
Returns the location of an entity's texture.
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.FireflyRenderer
Returns the location of an entity's texture.
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.RockSpiderRenderer
Returns the location of an entity's texture.
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SoldierRenderer
 
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.AdvancedThrowableProjectileRenderer
 
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.CannonballRenderer
 
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.CustomArrowRenderer
Get the texture location.
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.FlareRenderer
 
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MeteorRenderer
 
getTextureLocation(T) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MusketBallRenderer
 
getTextureLocation(ChairEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.ChairRenderer
Get the texture location.
getTextureLocation(EvilEyeEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.EvilEyeRenderer
 
getTextureLocation(HansEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.HansRenderer
Get the texture location.
getTextureLocation(LavaRevenantEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.LavaRevenantRenderer
Returns the location of an entity's texture.
getTextureLocation(StarmiteEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarmiteRenderer
Returns the location of an entity's texture.
getTextureLocation(StormCreeperEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StormCreeperRenderer
 
getTextureLocation(WanderingWarriorEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.WanderingWarriorRenderer
Get the texture location.
getTextureLocation(SkeletonMerchantEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SkeletonMerchantRenderer
Returns the location of an entity's texture.
getTextureLocation(SkygazerEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SkygazerRenderer
Returns the location of an entity's texture.
getTicker(Level, BlockState, BlockEntityType<B>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
getTicker(Level, BlockState, BlockEntityType<T>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
getTicker(Level, BlockState, BlockEntityType<T>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
getTicker(Level, BlockState, BlockEntityType<T>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Get the ticker for the block.
getTicker(Level, BlockState, BlockEntityType<T>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
getTicker(Level, BlockState, BlockEntityType<T>) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
getTicksInGround() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
Get the number of ticks the projectile has been in the ground.
getTierText(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
Get the tier text for an item stack.
getToastSymbol() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getToastSymbol() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
getToastSymbol() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getToastSymbol() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getToastSymbol() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
getToastSymbol() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getToastSymbol() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getToolModifiedState(BlockState, UseOnContext, ToolAction, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.StrippablePillarBlock
 
getTooltipText(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
Get additional tooltip text (currently containing the total kills).
getTotalEnchantmentLevels() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemForItems
 
getTotalEnchantmentLevels() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.EnchantItemWithEnchantingBooks
 
getTotalEnchantmentLevels(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Get the total levels of all enchantments on an ItemStack.
getTotalWavesToSpawn() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getTotalWavesToSpawn() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getTotalWavesToSpawn() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
getToughness() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Get the toughness.
getTradeRefreshTime() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
Get the time until trades refresh.
getTradeRefreshTime(EntityType<?>) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeLoader
 
getTrades() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
getTrades(EntityType<?>) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeLoader
 
getTrappedEntity() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
 
getTurnSpeed() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CustomHangingSignBlockEntity
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CustomSignBlockEntity
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CustomSkullBlockEntity
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
Get the recipe type.
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
getType() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
getType() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
getType() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue
 
getTypeFromString(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
getUniqueFlapTickOffset() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
getUpdatePacket() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Get the entity update packet.
getUpdatePacket() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
getUpdatePacket() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Get the entity update packet.
getUpdatePacket() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
getUpdateTag() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Get the update tag.
getUpdateTag() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
getUpdateTag() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Get the update tag.
getUpdateTag() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
 
getUpdateTag() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
getUseAnimation(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
getUseAnimation(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
getUseAnimation(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
Get the use animation.
getUseDuration(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AzulLocatorItem
 
getUseDuration(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
getUseDuration(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
Get the use duration.
getUseDuration(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
How long it takes to use or consume an item
getUseDuration(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
 
getVelocityModifier() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
getVoicePitch() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
getVoicePitch() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getWaveComponent() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getWaveComponent() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getWaveComponent() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
getWavesSpawned() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
getWavesSpawned() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
getWavesSpawned() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
getWeaponDamageAmount() - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
getWhiteOverlayProgress(StormCreeperEntity, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StormCreeperRenderer
 
GLOBAL_LOOT_MODIFIER_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.LootModifierRegistry
 
GLOVE_OF_RAPID_SWINGING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GLOVE_OF_RAPID_SWINGING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
GLOVE_OF_RAPID_SWINGING_ATTACK_SPEED_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
GOGGLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOGGLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
GOLDEN_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOLDEN_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
GOLDEN_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOLDEN_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOLDEN_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
GOLDEN_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOLDEN_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOLDEN_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
GOLDEN_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
GrantAdvancementOnDiscovery - Interface in tech.anonymoushacker1279.immersiveweapons.entity
 
GRAVITY_MODIFIER_ACCESSOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
gravityModifier - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
gravityModifier - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
gravityModifier(double) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
gravityModifier(double) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
GRAY - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
GRAY_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
GRAY_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
GREEN - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
GREEN_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
GREEN_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
GRENADE_ASSEMBLY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
group - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
group - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
group - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
group - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
group - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
group() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Returns the value of the group record component.
group() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the group record component.
GUN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
GUN_OR_BOW_OR_CROSSBOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
gunBaseVelocity - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
gunCritChance - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
GunData - Class in tech.anonymoushacker1279.immersiveweapons.item.gun.data
Client-only data used when rendering scope overlays.
GunData() - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.data.GunData
 
GUNPOWDER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
GunScopePayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
GunScopePayload(double, double, float) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Creates an instance of a GunScopePayload record class.
GunScopePayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
 
GunScopePayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
GunScopePayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.GunScopePayloadHandler
 
gunShotBloodParticles - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.ClientConfig
 

H

HAND - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
HAND_CANNON - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HAND_CANNON_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
HAND_OF_DOOM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HAND_OF_DOOM - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
handCannonFireInaccuracy - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
handCannonFireVelocity - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
HandCannonItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
HandCannonItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
HANDLE_PROJECTILE_REFLECTION - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem.PacketTypes
 
handleAccessoryAttributes(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Handle accessories with attribute modifiers during the player tick event.
handleAccessoryMobEffects(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Handle accessories with mob effects during the player tick event.
handleAmmoStack(ItemStack, ItemStack, int, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
handleCooldown(Item, BlockPos, Player, InteractionHand) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.SummoningStaff
 
handleCooldown(Item, BlockPos, Player, InteractionHand, int) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.SummoningStaff
 
handleCooldown(Item, Player, InteractionHand) - Method in interface tech.anonymoushacker1279.immersiveweapons.item.SummoningStaff
 
handleData(AmmunitionTablePayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.AmmunitionTablePayloadHandler
 
handleData(AstralArmorPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.AstralArmorPayloadHandler
 
handleData(AstralCrystalPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.AstralCrystalPayloadHandler
 
handleData(BulletEntityDebugPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.BulletEntityDebugPayloadHandler
 
handleData(CobaltArmorPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.CobaltArmorPayloadHandler
 
handleData(DebugDataPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.DebugDataPayloadHandler
 
handleData(GunScopePayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.GunScopePayloadHandler
 
handleData(LocalSoundPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.LocalSoundPayloadHandler
 
handleData(PlayerSoundPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.PlayerSoundPayloadHandler
 
handleData(SmokeGrenadePayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.SmokeGrenadePayloadHandler
 
handleData(StarForgeMenuPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge.StarForgeMenuPayloadHandler
 
handleData(StarForgeUpdateRecipesPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge.StarForgeUpdateRecipesPayloadHandler
 
handleData(SyncMerchantTradesPayload, IPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.SyncMerchantTradesPayloadHandler
 
handleData(SyncPlayerDataPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.SyncPlayerDataPayloadHandler
 
handleData(TeslaArmorPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.TeslaArmorPayloadHandler
 
handleData(VentusArmorPayload, PlayPayloadContext) - Method in class tech.anonymoushacker1279.immersiveweapons.network.handler.VentusArmorPayloadHandler
 
handleEffectScaling(AccessoryItem, AccessoryItem.EffectType, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryManager
Handle the scaling of effects based on the accessory's scaling type.
handleEntityContact(BlockState, Level, BlockPos, Entity) - Method in interface tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireUtils
 
handleEntityEvent(byte) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
Handle entity events.
handleEntityEvent(byte) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MudBallEntity
 
handleMuzzleFlash(Level, LivingEntity, AbstractGunItem.PowderType) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
handlePowderStack(ItemStack, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
handleProjectileReflection(Level, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem
 
handleTracing(Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
HANDS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
HANS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
HANS_BLESSING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HANS_BLESSING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
HANS_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
HANS_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
HANS_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
HANS_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
HANS_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HANS_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
HANS_WORTHY - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
HansEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
HansEntity(EntityType<? extends HansEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
 
HANSIUM - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
HANSIUM_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HansRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
HansRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.HansRenderer
Constructor for HansRenderer.
HARDENED_MUD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
HARDENED_MUD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
HARDENED_MUD_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
HARDENED_MUD_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
HARDENED_MUD_STAIRS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
HARDENED_MUD_STAIRS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
HARDENED_MUD_WINDOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
HARDENED_MUD_WINDOW_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
HardenedMudWindowBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.mud
 
HardenedMudWindowBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.mud.HardenedMudWindowBlock
 
hasActivated - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
hasAnalogOutputSignal(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
hasClickedOutside(double, double, int, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
hasCraftingRemainingItem(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
Check if the item has a container item.
hasCraftingRemainingItem(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.utility.BasicContainerItem
Check if the item has a container item.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
Returns a hash code value for this object.
hashCode() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
Returns a hash code value for this object.
hashCode() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue
 
hasKillCount(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
Determine if an item stack has a kill count.
hasSolarEnergy - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
hasSolarEnergy() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
hasTrappedEntity() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
Check for trapped entities.
HEAD - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
HEAVY_COMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
HEAVY_WOODEN_STOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HeavyCometEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
HeavyCometEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.HeavyCometEnchantment
 
HELLFIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
HELLFIRE_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
HELLFIRE_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
HellfireEffect - Class in tech.anonymoushacker1279.immersiveweapons.potion
 
HellfireEffect(MobEffectCategory, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.potion.HellfireEffect
 
hitEffect - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
hitEffect - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
hitEffect - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
hitEffect(HitEffectUtils.HitEffect) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
hitEffect(HitEffectUtils.HitEffect) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
HitEffectUtils - Interface in tech.anonymoushacker1279.immersiveweapons.item.tool
 
HitEffectUtils.HitEffect - Enum Class in tech.anonymoushacker1279.immersiveweapons.item.tool
 
HOLY_MANTLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
HOLY_MANTLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
holyMantleEffect(LivingHurtEvent, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
HoverGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
HoverGoal(Mob) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.HoverGoal
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
Called when the entity is attacked.
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
Runs when the entity is hurt.
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
Called when the entity is attacked.
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
hurt(DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.SkygazerEntity
 
hurt(LavaRevenantPart, DamageSource, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
HurtByTargetWithPredicateGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
HurtByTargetWithPredicateGoal(PathfinderMob, Predicate<LivingEntity>, Class<?>...) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.HurtByTargetWithPredicateGoal
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.MoltenGauntletItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.TeslaGauntletItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.VentusGauntletItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.MoltenPikeItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
Runs when an enemy is hurt.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.TeslaPikeItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.VentusPikeItem
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenAxe
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenHoe
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenPickaxe
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenShovel
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenSword
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaAxe
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaHoe
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaPickaxe
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaShovel
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaSword
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.TheSword
 
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusAxe
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusHoe
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusPickaxe
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusShovel
Runs when an entity is hit.
hurtEnemy(ItemStack, LivingEntity, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusSword
Runs when an entity is hit.

I

ICE_BOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IceBowItem - Class in tech.anonymoushacker1279.immersiveweapons.item.bow
 
IceBowItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.bow.IceBowItem
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
 
id() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
 
ID - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
 
IdentifiableMerchantOffer - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades
 
IdentifiableMerchantOffer(ItemStack, ItemStack, ItemStack, int, int, float) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.IdentifiableMerchantOffer
Constructor for IdentifiableMerchantOffer.
ignite() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
ignoresDamageFrom - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
IMMERSIVE_WEAPONS_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
IMMERSIVE_WEAPONS_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
IMMERSIVE_WEAPONS_TAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.DeferredRegistryHandler
 
ImmersiveWeapons - Class in tech.anonymoushacker1279.immersiveweapons
 
ImmersiveWeapons(IEventBus) - Constructor for class tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
 
IMPACT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
ImpactEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
ImpactEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.ImpactEnchantment
 
inBlockState - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
increaseDroppedSkulls() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
incrementKillCount(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
Increment the kill count of an item stack.
inertia - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
infiniteAmmoOnAllTiers - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
ingot() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the ingot record component.
ingotCount() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the ingotCount record component.
ingotInputSlot - Variable in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
init() - Static method in class tech.anonymoushacker1279.immersiveweapons.block.properties.WoodTypes
 
init() - Static method in class tech.anonymoushacker1279.immersiveweapons.init.DispenserBehaviorRegistry
Initialize the dispenser behavior registry.
init() - Static method in class tech.anonymoushacker1279.immersiveweapons.init.PostSetupHandler
Initialize attributes which must be applied after setup.
init() - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.CustomBlockSetTypes
 
init(RegistryAccess) - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
init(IEventBus) - Static method in class tech.anonymoushacker1279.immersiveweapons.init.DeferredRegistryHandler
Initialize deferred registers.
init(FMLCommonSetupEvent) - Method in interface tech.anonymoushacker1279.immersiveweapons.api.IWPlugin
Initialize your plugin here.
initialize(ItemStack, int) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
Make an item stack have a kill count.
initializeClient(Consumer<IClientItemExtensions>) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
initializeClient(Consumer<IClientItemExtensions>) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
initializePlugins(FMLCommonSetupEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.api.PluginHandler
Initialize plugins.
initializeRecipes(RecipeManager) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
INSOMNIA_AMULET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
INSOMNIA_AMULET - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
INSOMNIA_SCALING - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder.EffectScalingType
Scales the effect value based on the player's insomnia value, beginning after 24000 ticks.
interact(Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
interactLivingEntity(ItemStack, Player, LivingEntity, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
interpolate() - Element in annotation interface tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker
Whether the animation frames should be interpolated.
inUse - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
inventory - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
inventory - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
inventoryChanged() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Set the change state.
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.AstralArmorItem
 
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.CobaltArmorItem
 
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.MoltenArmorItem
 
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem
 
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem
 
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
IRON_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
IRON_BARREL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_FIST - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_FIST - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
IRON_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
IRON_PANEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
IRON_PANEL_BARS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
IRON_PANEL_BARS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
IRON_PANEL_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
IRON_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
IRON_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
is(Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
Returns true if Entity argument is equal to this Entity
IS_BASE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
 
isAccessoryActive(Player, AccessoryItem) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
Check if the specified accessory is active for the player.
isAccessoryActive(Player, AccessoryItem) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge
 
isActive(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
Check if this accessory is active.
isActive(Player, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem
Check if this accessory is active.
isBeneficial() - Method in class tech.anonymoushacker1279.immersiveweapons.potion.BleedingEffect
 
isBeneficial() - Method in class tech.anonymoushacker1279.immersiveweapons.potion.HellfireEffect
 
isBulletCritical - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
isBulletCritical() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
Returns the value of the isBulletCritical record component.
isBurning() - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Check if the fuel is currently burning.
isDebugTracingEnabled - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
isDoneSpawningWaves() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
isDoneSpawningWaves() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
isDoneSpawningWaves() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
isEmpty() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Check if the inventory is empty.
isEmpty() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
isEmpty() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Check if the inventory is empty.
isEnchantable(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
isExplosive - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
isExplosive - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
isExplosive(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
isFlapping() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
isFoggyAt(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension.TiltrosDimensionSpecialEffects
 
isFuel(ItemStack) - Static method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Check if an item is fuel.
isFuel(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Check if the given ItemStack is a fuel item.
isHoldingGun() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
isIgnited() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
isIgnoringBlockTriggers() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
Return whether this entity should NOT trigger a pressure plate or a tripwire.
isImmuneToProjectiles - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
 
isInfinite(ItemStack, ItemStack, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
Check if the bullet is infinite.
isInfinite(ItemStack, ItemStack, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem
Check if the arrow is infinite.
isIngredient(RecipeManager, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Check if the given ItemStack is a valid ingredient for any recipe.
isIngredient(RecipeManager, ItemStack, int) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Check if the given ItemStack is a valid ingredient for the given recipe in the given slot.
isInUse() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
isLocked() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
 
isLookingAtMe(Entity, Player) - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.GrantAdvancementOnDiscovery
 
isMaxGroupSizeReached(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
isMaxGroupSizeReached(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
isMultipartEntity() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
isPersistenceRequired() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
isPickable() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
Returns true if other Entities should be prevented from moving through this Entity.
isPluginActive(String) - Static method in class tech.anonymoushacker1279.immersiveweapons.api.PluginHandler
Check if a plugin is active.
isPluginRegistered(String) - Static method in class tech.anonymoushacker1279.immersiveweapons.api.PluginHandler
Check if a plugin has been registered.
isPowder(Item) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
isPowered() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Get the power status.
isPowered() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
isPushable() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
isPushable() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
isResting() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
isSignalSource(BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
isSliceInvalid(BlockPos, BlockPos, int, ServerLevel) - Static method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
Check a slice of the multiblock structure for validity.
isSpecial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
isSpecial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
isSpecial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
isSpecial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
isSpecial() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
isSpecial() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
isSpecial() - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedSightStaffItem
 
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
Check if the repair item is valid.
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.MeteorStaffItem
 
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
Check if the repair item is valid.
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.SculkStaffItem
 
isValidRepairItem(ItemStack, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusStaff
Check for a valid repair item.
isWavesPastHalf() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
isWearingAstralArmor(LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.armor.ArmorUtils
 
isWearingMoltenArmor(LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.armor.ArmorUtils
 
isWearingStarstormArmor(LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.armor.ArmorUtils
 
isWearingTeslaArmor(LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.armor.ArmorUtils
 
isWearingVentusArmor(LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.armor.ArmorUtils
 
itemAttributeModifierEvent(ItemAttributeModifierEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
ItemRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
ItemRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
items - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
 
ITEMS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ItemsForEmeralds - Record Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades
 
ItemsForEmeralds(ItemStack, int, int) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
 
ItemsForEmeralds(ItemStack, int, int, int, float) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Creates an instance of a ItemsForEmeralds record class.
itemStack() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns the value of the itemStack record component.
ItemStackMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
Re-color enchantment names at the max Skygazer cap.
ItemStackMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.ItemStackMixin
 
IWCB_LOADED - Static variable in class tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
 
IWCBBridge - Class in tech.anonymoushacker1279.immersiveweapons.util
This class is used to access IWCB methods.
IWCBBridge() - Constructor for class tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge
 
IWDamageSources - Class in tech.anonymoushacker1279.immersiveweapons.world.level
 
IWDamageSources() - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
IWKeyBinds - Class in tech.anonymoushacker1279.immersiveweapons.client
 
IWKeyBinds() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.IWKeyBinds
 
IWMudBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.mud
 
IWMudBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.mud.IWMudBlock
 
IWOverlays - Class in tech.anonymoushacker1279.immersiveweapons.client.gui
 
IWOverlays() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.IWOverlays
 
IWPlugin - Interface in tech.anonymoushacker1279.immersiveweapons.api
 

J

JONNYS_CURSE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
JONNYS_CURSE_SPEED_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
jonnysCurseEffect(LivingHurtEvent, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
JOURNEYMAN - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
JUNGLE_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
JUNGLE_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 

K

keyInputEvent(InputEvent.Key) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
 
KILL_COUNT_TAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
 
KILL_COUNTER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
KillCountWeapon - Class in tech.anonymoushacker1279.immersiveweapons.item
A utility class for weapons that have a kill count.
KillCountWeapon() - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
 
KillCountWeapon.WeaponTier - Enum Class in tech.anonymoushacker1279.immersiveweapons.item
An enum of weapon name tiers, which are used to determine the level of a weapon based on the amount of kills.
KNOCKBACK_RESISTANCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
knockbackStrength - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
knockbackStrength(int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
knockbackStrength(int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 

L

LANDMINE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
LANDMINE - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
LANDMINE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
LANDMINE_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
LandmineBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
LandmineBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
Constructor for LandmineBlock.
LANGUAGE_GENERATOR - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.DatagenExclusionMarker.Type
Marks a registry entry as being excluded from language file generation.
LanguageEntryOverride - Annotation Interface in tech.anonymoushacker1279.immersiveweapons.util.markers
 
lastDamageDealt - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
lastDamageDealt() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Returns the value of the lastDamageDealt record component.
lastDamageTaken - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
lastDamageTaken() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Returns the value of the lastDamageTaken record component.
LAVA_GOGGLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
LAVA_GOGGLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
LAVA_REVENANT_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
LAVA_REVENANT_BITE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
LAVA_REVENANT_DEATH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
LAVA_REVENANT_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
LAVA_REVENANT_FLAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
LAVA_REVENANT_HURT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
LAVA_REVENANT_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
LAVA_REVENANT_SWOOP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
LavaRevenantEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant
 
LavaRevenantEntity(EntityType<? extends LavaRevenantEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
LavaRevenantEyesLayer<T extends LavaRevenantEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers
 
LavaRevenantEyesLayer(RenderLayerParent<T, LavaRevenantModel<T>>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.LavaRevenantEyesLayer
 
LavaRevenantModel<T extends LavaRevenantEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
LavaRevenantModel(ModelPart) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.LavaRevenantModel
 
LavaRevenantPart - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant
 
LavaRevenantPart(LavaRevenantEntity, String, float, float) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
LavaRevenantRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
LavaRevenantRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.LavaRevenantRenderer
 
LAYER_LOCATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.CelestialTowerModel
 
LAYER_LOCATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.EvilEyeModel
 
LAYER_LOCATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.FireflyModel
 
LAYER_LOCATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.MeteorModel
 
LAYER_LOCATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.model.SkeletonMerchantModel
 
LEGENDARY - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
levelLoadEvent(LevelEvent.Load) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
LIGHT_BLUE_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
LIGHT_BLUE_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
LIGHT_GRAY_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
LIGHT_GRAY_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
LIME_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
LIME_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
listener() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
Returns the value of the listener record component.
LIT - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
LIT - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
liveBulletDamage - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
liveBulletDamage() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
Returns the value of the liveBulletDamage record component.
livingDamageEvent(LivingDamageEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
livingDeathEvent(LivingDeathEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
livingDropsEvent(LivingDropsEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
livingExperienceDropEvent(LivingExperienceDropEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
livingHurtEvent(LivingHurtEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
livingHurtEvent(LivingHurtEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
livingKnockBackEvent(LivingKnockBackEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CelestialLanternBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
 
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Load NBT data.
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
load(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
LOADED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
 
LocalSoundPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
LocalSoundPayload(BlockPos, ResourceLocation, SoundSource, float, float, boolean) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Creates an instance of a LocalSoundPayload record class.
LocalSoundPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
 
LocalSoundPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
LocalSoundPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.LocalSoundPayloadHandler
 
LOGGER - Static variable in class tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
 
LogShardsLootModifierHandler - Class in tech.anonymoushacker1279.immersiveweapons.world.level.loot
 
LogShardsLootModifierHandler(LootItemCondition[], TagKey<Item>, int, int, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.loot.LogShardsLootModifierHandler
Create a new log shards modifier.
LONG_CELESTIAL_BREW_POTION - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
LONG_DEATH_POTION - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
LOOTING_LEVEL - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to the looting level of the player.
lootingEffects(LootingLevelEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
lootingLevelEvent(LootingLevelEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
LootModifierRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
LootModifierRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.LootModifierRegistry
 

M

MAGENTA_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MAGENTA_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MALEVOLENT_GAZE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
MalevolentGazeEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
MalevolentGazeEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.MalevolentGazeEnchantment
 
MANGROVE_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MANGROVE_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MASTER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
matches(Container) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
matches(Container, Level) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
matches(Container, Level) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
matches(Container, Level) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
matches(Container, Level) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
matches(Container, Level) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
 
matches(Container, Level) - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
 
matches(Container, Level) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
matches(Block) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
matches(LootContext) - Method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
 
material - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
material() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Returns the value of the material record component.
material1 - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
material2 - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
materialCount - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
MaterialGroup(TagKey<Item>, float, float) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
 
MaterialGroup(Ingredient, float, float) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Represents a group of materials within a recipe for the Ammunition Table.
materials - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
maxArmorProtection - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
maxCount - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
maxHealth - Variable in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
maxNearbyEntities - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
maxUses() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns the value of the maxUses record component.
mayPlace(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerFuelSlot
Check if the stack is allowed to be placed in this slot.
mayPlace(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerMaterialSlot
 
mayPlace(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerResultSlot
Check if the stack is allowed to be placed in this slot.
mayPlaceOn(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.DeathweedBlock
 
MEDAL_OF_ADEQUACY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MEDAL_OF_ADEQUACY - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
MEDAL_OF_DISHONOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MEDAL_OF_DISHONOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
MEDAL_OF_HONOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MEDAL_OF_HONOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
MEDIC_STATUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MEDIC_STATUE_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
MEDIC_STATUE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MedicStatueBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.misc
 
MedicStatueBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.misc.MedicStatueBlock
 
MedicStatueBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
MedicStatueBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.MedicStatueBlockEntity
 
MELEE_BLEED_CHANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Chance for melee attacks to inflict BleedingEffect.
MELEE_CRIT_CHANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Chance for any melee attack to become critical, regardless of vanilla critical hit conditions.
MELEE_CRIT_DAMAGE_BONUS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to melee critical damage.
MELEE_DAMAGE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier for melee damage.
MELEE_DAMAGE_BONUS - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
MELEE_KNOCKBACK - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to melee knockback.
MELEE_MASTERS_MOLTEN_GLOVE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MELEE_MASTERS_MOLTEN_GLOVE - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
meleeAttackGoal - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
 
meleeBleedChanceEffects(LivingHurtEvent, Player, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
meleeCritChanceEffects(CriticalHitEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
meleeCritDamageBonusEffects(CriticalHitEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
meleeDamageEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
meleeItemDamage - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
meleeKnockbackEffects(LivingKnockBackEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
MENU_TYPES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.MenuTypeRegistry
 
menuSelectionIndex - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
menuSelectionIndex() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Returns the value of the menuSelectionIndex record component.
MenuTypeRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
MenuTypeRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.MenuTypeRegistry
 
MerchantTrades - Record Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading
 
MerchantTrades(int, List<TradeGroup>) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
Creates an instance of a MerchantTrades record class.
meteor(Entity, Entity) - Static method in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
METEOR_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
METEOR_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
METEOR_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
METEOR_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MeteorEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
MeteorEntity(EntityType<? extends Projectile>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
MeteorModel<T extends MeteorEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
MeteorModel(ModelPart) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.MeteorModel
 
MeteorRenderer<T extends MeteorEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
MeteorRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MeteorRenderer
 
meteorStaffExplosionBreakBlocks - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
meteorStaffExplosionRadius - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
MeteorStaffItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
MeteorStaffItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.MeteorStaffItem
 
meteorStaffMaxUseRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
MEXICAN_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MEXICAN_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
minCount - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
mineBlock(ItemStack, Level, BlockState, BlockPos, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
mineBlock(ItemStack, Level, BlockState, BlockPos, LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
Runs when a block is mined.
MINUTEMAN - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
MINUTEMAN_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
MINUTEMAN_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MINUTEMAN_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MINUTEMAN_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
MINUTEMAN_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MINUTEMAN_STATUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MINUTEMAN_STATUE_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
MINUTEMAN_STATUE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MINUTEMAN_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MinutemanEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.neutral
 
MinutemanEntity(EntityType<? extends MinutemanEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
MinutemanStatueBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.misc
 
MinutemanStatueBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.misc.MinutemanStatueBlock
 
MinutemanStatueBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
MinutemanStatueBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.MinutemanStatueBlockEntity
 
mirror(BlockState, Mirror) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
misfireChance - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
misfireChance(float) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
mob - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
mobInteract(Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
mobInteract(Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.SkeletonMerchantEntity
 
mobInteract(Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.SkygazerEntity
 
mobSpawnQueue - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
MOD_ID - Static variable in class tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
 
model - Variable in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MeteorRenderer
 
model() - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.StormCreeperPowerLayer
 
MODEL_GENERATOR_ITEM - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.DatagenExclusionMarker.Type
Marks an ItemRegistry entry as being excluded from item model generation.
ModelLayerLocations - Class in tech.anonymoushacker1279.immersiveweapons.client
 
ModelLayerLocations() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
ModEventSubscriber - Class in tech.anonymoushacker1279.immersiveweapons.event
 
ModEventSubscriber() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.ModEventSubscriber
 
MOLOTOV - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
 
MOLOTOV_COCKTAIL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLOTOV_COCKTAIL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
MolotovEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
MolotovEntity(EntityType<? extends MolotovEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
Constructor for MolotovEntity.
MolotovEntity(Level, double, double, double) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
Constructor for MolotovEntity.
MolotovEntity(Level, LivingEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
Constructor for MolotovEntity.
MOLTEN - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
MOLTEN - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils.HitEffect
 
MOLTEN - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
MOLTEN_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
MOLTEN_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
MOLTEN_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MOLTEN_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MOLTEN_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_INGOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
MOLTEN_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MOLTEN_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MOLTEN_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_SMITHING_TEMPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MOLTEN_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MoltenArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
MoltenArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.MoltenArmorItem
 
moltenArmorSetBonus(LivingHurtEvent, LivingEntity, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.EnvironmentEffects
 
MoltenAxe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.molten
 
MoltenAxe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenAxe
 
MoltenGauntletItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gauntlet
 
MoltenGauntletItem(Tier, int, float, Item.Properties, float, int, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.MoltenGauntletItem
 
MoltenHoe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.molten
 
MoltenHoe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenHoe
 
MoltenPickaxe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.molten
 
MoltenPickaxe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenPickaxe
 
MoltenPikeItem - Class in tech.anonymoushacker1279.immersiveweapons.item.pike
 
MoltenPikeItem(Tier, Item.Properties, double, double, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.pike.MoltenPikeItem
 
MoltenShovel - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.molten
 
MoltenShovel(Tier, float, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenShovel
 
MoltenSword - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.molten
 
MoltenSword(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.molten.MoltenSword
 
MOONGLOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MOONGLOW_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MOONGLOW_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
MoonglowBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
MoonglowBlock(Supplier<MobEffect>, int, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.MoonglowBlock
 
MoonglowParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
MoonglowParticle(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.MoonglowParticle
 
MoonglowParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
MORPHINE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MORPHINE_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EffectRegistry
 
MorphineEffect - Class in tech.anonymoushacker1279.immersiveweapons.potion
 
MorphineEffect(MobEffectCategory, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.potion.MorphineEffect
Constructor for MorphineEffect.
MorphineItem - Class in tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
MorphineItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.fortitude.MorphineItem
Constructor for MorphineItem.
MORTAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MORTAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
MORTAR_AND_PESTLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MORTAR_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
MORTAR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MORTAR_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
MORTAR_SHELL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MORTAR_SHELL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
MortarBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
MortarBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
Constructor for MortarBlock.
MortarShellEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
MortarShellEntity(EntityType<? extends Projectile>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
mouseClicked(double, double, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
mouseClicked(double, double, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
mouseDragged(double, double, int, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.AmmunitionTableScreen
 
mouseDragged(double, double, int, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
mouseDragged(double, double, int, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
mouseScrolled(double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.AmmunitionTableScreen
 
mouseScrolled(double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
mouseScrolled(double, double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
MRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.food.FoodItemProperties
 
MUD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
MUD_BALL - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
 
MUD_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUD_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
MUD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
MudBallEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
MudBallEntity(EntityType<? extends MudBallEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MudBallEntity
 
MudBallEntity(Level, LivingEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MudBallEntity
 
MUSIC_DISC_DEADMANS_DESERT_THEME_1 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUSIC_DISC_DEADMANS_DESERT_THEME_2 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUSIC_DISC_STARLIGHT_PLAINS_THEME_1 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUSIC_DISC_STARLIGHT_PLAINS_THEME_2 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUSIC_DISC_TILTROS_WASTES_THEME - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUSKET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MUSKET_BALLS - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
MUSKET_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
MUSKET_SCOPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
MusketBallRenderer<T extends BulletEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
MusketBallRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MusketBallRenderer
 
musketFireInaccuracy - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
musketFireVelocity - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
MusketItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
MusketItem(Item.Properties, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.MusketItem
Constructor for MusketItem.
MUZZLE_FLASH_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
MuzzleFlashParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
MuzzleFlashParticle(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle
 
MuzzleFlashParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 

N

name - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
name - Variable in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder.EffectScalingType
 
name - Variable in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
 
NECKLACE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
Runs when neighboring blocks change state.
neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Runs when neighboring blocks change state.
neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
NETHER_SULFUR_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
NETHER_SULFUR_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
NETHERITE_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NETHERITE_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
NETHERITE_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NETHERITE_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NETHERITE_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
NETHERITE_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NETHERITE_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NETHERITE_RING - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
NETHERITE_SHIELD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NETHERITE_SHIELD - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
NETHERITE_SHIELD_KB_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.CommanderPedestalBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.AmmunitionTableBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomWallSkullBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.TiltrosPortalBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomCeilingHangingSignBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomStandingSignBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomWallHangingSignBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.sign.CustomWallSignBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AstralCrystalBlockEntity
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CelestialLanternBlockEntity
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.MedicStatueBlockEntity
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.MinutemanStatueBlockEntity
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
Create a block entity for the block.
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
newBlockEntity(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Create a block entity for the block.
NIGHT_VISION_GOGGLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
NIGHT_VISION_GOGGLES - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
NIGHTMARISH_STARE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
NightmarishStareEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
NightmarishStareEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.NightmarishStareEnchantment
 
NO_SCALING - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder.EffectScalingType
The default scaling type, which has no effects on the final value.
NONE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils.HitEffect
 
NONE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker.PredefinedGroups
 
notJonny(UUID) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Check if the specified UUID is not Jonny's.
NOVICE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
NUMBER_PROVIDERS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.NumberProviderRegistry
 
NumberProviderRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
NumberProviderRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.NumberProviderRegistry
 

O

OAK_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
OAK_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
OBSIDIAN_ROD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
OBSIDIAN_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
onActivate() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
Called whenever activation effects should take place.
onActivate() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlashbangEntity
 
onActivate() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
onDroppedByPlayer(ItemStack, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MolotovEntity
Runs when an entity/block is hit.
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
onHit(HitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MudBallEntity
 
onHitBlock(BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
onHitEntity(EntityHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
onHitEntity(EntityHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MudBallEntity
 
onLoad() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
 
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Runs when neighboring blocks change state.
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.CommanderPedestalBlock
 
onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.AmmunitionTableBlock
 
onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Runs when the block is removed.
onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
Runs when the block is removed.
onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
onTake(Player, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerResultSlot
Runs when the stack is taken from the object.
onUseTick(Level, LivingEntity, ItemStack, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AzulLocatorItem
 
onUseTick(Level, LivingEntity, ItemStack, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
onUseTick(Level, LivingEntity, ItemStack, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
openCustomInventoryScreen(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
ORANGE_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
ORANGE_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 

P

packetType() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
Returns the value of the packetType record component.
PADDED_LEATHER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
PADDED_LEATHER_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PADDED_LEATHER_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PADDED_LEATHER_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PADDED_LEATHER_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PaddedLeatherArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
PaddedLeatherArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.PaddedLeatherArmorItem
 
PainkillerItem - Class in tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
PainkillerItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.fortitude.PainkillerItem
Constructor for PainkillerItem.
PAINKILLERS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PanelBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
PanelBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
Represents a thin block typically used for external structure reinforcement.
PANIC_ALARM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
PANIC_ALARM_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
PANIC_ALARM_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
PANIC_ALARM_SOUND - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
PANIC_ALARM_TRIGGER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.GameEventRegistry
 
PanicAlarmBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
PanicAlarmBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
Constructor for PanicAlarmBlock.
PanicAlarmBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
PanicAlarmBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Constructor for PanicAlarmBlockEntity.
panicAlarmRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
parentMob - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
PARTICLE_TYPES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
ParticleTypesRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
ParticleTypesRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
PEDESTAL_AUGMENT_ARMOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PEDESTAL_AUGMENT_CAPACITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PEDESTAL_AUGMENT_ENCHANTMENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PEDESTAL_AUGMENT_SPEED - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
performRangedAttack(LivingEntity, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
pierceLevel - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
pierceLevel(int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
pierceLevel(int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
PikeItem - Class in tech.anonymoushacker1279.immersiveweapons.item.pike
 
PikeItem(Tier, Item.Properties, double, double, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
PINK_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
PINK_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
PISTON_CRUSHING_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
PISTON_CRUSHING_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
PistonCrushingRecipe - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
PistonCrushingRecipe(String, ResourceLocation, ItemStack, int, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
PistonCrushingRecipe.Factory<T extends PistonCrushingRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
PistonCrushingRecipe.Serializer<T extends PistonCrushingRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
pitch() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns the value of the pitch record component.
pitch() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Returns the value of the pitch record component.
PITFALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
PITFALL_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
PitfallBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
PitfallBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
Constructor for PitfallBlock.
place(TreeDecorator.Context) - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators.BurnedBranchDecorator
 
player - Variable in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
player() - Method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
Returns the value of the player record component.
playerCloneEvent(PlayerEvent.Clone) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
playerFOV - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.data.GunData
 
playerFOV() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Returns the value of the playerFOV record component.
PlayerSoundPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
PlayerSoundPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
 
PlayerSoundPayload(ResourceLocation, float, float) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Creates an instance of a PlayerSoundPayload record class.
PlayerSoundPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
PlayerSoundPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.PlayerSoundPayloadHandler
 
playerTickEvent(TickEvent.PlayerTickEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
playerUUID() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Returns the value of the playerUUID record component.
playerUUID() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Returns the value of the playerUUID record component.
playerUUID() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
Returns the value of the playerUUID record component.
playerWillDestroy(Level, BlockPos, BlockState, Player) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
playStepSound(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
Play the step sound.
playStepSound(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StarmiteEntity
 
playStepSound(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
playStepSound(BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
playSummonSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
playSummonSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
playSummonSound() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
playVulnerableSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
playVulnerableSound() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
playVulnerableSound() - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
PLIERS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
PluginHandler - Class in tech.anonymoushacker1279.immersiveweapons.api
 
PluginHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.api.PluginHandler
 
populateAvailableRecipes(List<ResourceLocation>, Level, List<StarForgeRecipe>) - Static method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
populateDefaultEquipmentSlots(RandomSource, DifficultyInstance) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
Gives armor or weapon for entity based on given DifficultyInstance
populateDefaultEquipmentSlots(RandomSource, DifficultyInstance) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
Gives armor or weapon for entity based on given DifficultyInstance
populateDefaultEquipmentSlots(RandomSource, DifficultyInstance) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
pos() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
Returns the value of the pos record component.
pos() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns the value of the pos record component.
postSetup(EntityType<? extends CustomBoatEntity>, CustomBoatType) - Method in class tech.anonymoushacker1279.immersiveweapons.item.utility.CustomBoatItem
Set the boat entity and boat type after setup.
PostSetupHandler - Class in tech.anonymoushacker1279.immersiveweapons.init
 
PostSetupHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.PostSetupHandler
 
POTASSIUM_NITRATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
POTASSIUM_NITRATE_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
POTASSIUM_NITRATE_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
PotionRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
PotionRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
POTIONS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
POTTED_DEATHWEED - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
POTTED_MOONGLOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
POWDER_HORN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
POWDER_HORN - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
POWERED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.BiodomeLifeSupportUnitBlock
 
POWERED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
 
predefinedGroup() - Element in annotation interface tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker
For specific groups that all share the same properties, an TextureMetadataMarker.PredefinedGroups enum can be provided instead of manually defining all the properties multiple times.
prefix(String) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
Get the prefix of a string.
prepareBulletForFire(ItemStack, BulletEntity, LivingEntity, float) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
prepareBulletForFire(ItemStack, BulletEntity, LivingEntity, float) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.HandCannonItem
 
prepareBulletForFire(ItemStack, BulletEntity, LivingEntity, float) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
 
prepareEntitySpawn(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
prepareForCombat() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
prepareForCombat() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
prepareForCombat() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
prepareMobModel(T, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.SkeletonMerchantModel
 
prePistonEvent(PistonEvent.Pre) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ForgeEventSubscriber
 
priceMultiplier() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns the value of the priceMultiplier record component.
primaryMaterial - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
PROJECTILE_DAMAGE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier for projectile damage.
PROJECTILE_DAMAGE_BONUS - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
projectileDamageEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle.Provider
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle.Provider
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.DeadmansDesertAmbientParticle.Provider
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.MoonglowParticle.Provider
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle.Provider
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle.Provider
 
Provider(SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.StardustLeavesParticle.Provider
 
PUNJI_STICKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
PUNJI_STICKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
PUNJI_STICKS_FALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
PUNJI_STICKS_FALL_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
PUNJI_STICKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
PUNJI_STICKS_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
PunjiSticksBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
PunjiSticksBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
Constructor for PunjiSticksBlock.
PURPLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
PURPLE_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
PURPLE_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
pushEntities() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 

Q

quickMoveStack(Player, int) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
quickMoveStack(Player, int) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
Handle when the stack in slot index is shift-clicked.
quickMoveStack(Player, int) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
quickMoveStack(Player, int) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
 

R

raiseTemperature(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
randomizeColor(float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle
 
randomizeColor(float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle
 
randomRotation - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.DriedMudBlock
 
randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class tech.anonymoushacker1279.immersiveweapons.block.mud.IWMudBlock
 
RangedGunAttackGoal<T extends net.minecraft.world.entity.Mob & net.minecraft.world.entity.monster.RangedAttackMob> - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
RangedGunAttackGoal(T, double, int, float) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
RangedSoldierEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.neutral
 
RangedSoldierEntity(EntityType<? extends PathfinderMob>, Level, List<Class<? extends Entity>>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.neutral.RangedSoldierEntity
 
RAPID_FIRE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
RapidFireEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
RapidFireEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.RapidFireEnchantment
 
RAW_ASTRAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
RAW_COBALT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
RAW_COBALT_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
RAW_COBALT_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
RAW_SULFUR_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
RAW_SULFUR_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
Helper method to read subclass entity data from NBT.
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
(abstract) Protected helper method to read subclass entity data from NBT.
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
(abstract) Protected helper method to read subclass entity data from NBT.
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
Read additional save data.
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
readAdditionalSaveData(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
readVector3f(StringReader) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
readVector3f(FriendlyByteBuf) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
RECIPE_TYPES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
recipeIds() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Returns the value of the recipeIds record component.
RECIPES - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
 
RecipeSerializerRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
RecipeSerializerRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
RecipeTypeRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
RecipeTypeRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
RECOVERY_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
RecoveryStaffItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
RecoveryStaffItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
recoveryStaffMaxUseRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
RED - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
RED_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
RED_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
referenceItem - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
REGENERATIVE_ASSAULT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
RegenerativeAssaultEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
RegenerativeAssaultEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.RegenerativeAssaultEnchantment
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
Register this entity's attributes.
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.HansEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
Register this entity's attributes.
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.RockSpiderEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
registerAttributes() - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
registerBlockColorHandlers(RegisterColorHandlersEvent.Block) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerDimensionSpecialEffects(RegisterDimensionSpecialEffectsEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerGameConfigurationEvent(OnGameConfigurationEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ModEventSubscriber
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
Register entity goals and targets.
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.FieldMedicEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.MinutemanEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
registerGoals() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
registerGuiOverlaysEvent(RegisterGuiOverlaysEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerItemColorHandlers(RegisterColorHandlersEvent.Item) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerKeyBinds(RegisterKeyMappingsEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerLayers(EntityRenderersEvent.RegisterLayerDefinitions) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
Event handler for the RegisterLayerDefinitions.
registerMenuScreensEvent(RegisterMenuScreensEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerParticleFactories(RegisterParticleProvidersEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
Event handler for the ParticleFactoryRegisterEvent.
registerPayloadHandlerEvent(RegisterPayloadHandlerEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ModEventSubscriber
 
registerPlugin(IWPlugin) - Static method in class tech.anonymoushacker1279.immersiveweapons.api.PluginHandler
Register your plugin here from your mod's constructor.
registerPropertyGetter(ItemLike, ResourceLocation, ClampedItemPropertyFunction) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
Register an item property getter.
registerSkullModel(EntityRenderersEvent.CreateSkullModels) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
registerUpdateListener(Runnable) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
REINFORCED_DEPTH_CHARM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
REINFORCED_DEPTH_CHARM - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
releaseUsing(ItemStack, Level, LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
releaseUsing(ItemStack, Level, LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
releaseUsing(ItemStack, Level, LivingEntity, int) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
 
remove(Entity.RemovalReason) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
remove(Entity.RemovalReason) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.FlareEntity
 
remove(Entity.RemovalReason) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
removed(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
Called when the container is closed.
removed(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
removeItem() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Remove an item from the inventory.
removeItem(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Removes up to a specified number of items from an inventory slot and returns them in a new stack.
removeItem(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
removeItem(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Removes up to a specified number of items from an inventory slot and returns them in a new stack.
removeItem(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
Removes up to a specified number of items from an inventory slot and returns them in a new stack.
removeItemNoUpdate(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Removes a stack from the given slot and returns it.
removeItemNoUpdate(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
removeItemNoUpdate(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Removes a stack from the given slot and returns it.
removeItemNoUpdate(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
Removes a stack from the given slot and returns it.
removeWhenFarAway(double) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
removeWhenFarAway(double) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
render(PoseStack, MultiBufferSource, int, T, float, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.SkeletonMerchantClothingLayer
 
render(GuiGraphics, int, int, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.AmmunitionTableScreen
 
render(GuiGraphics, int, int, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
render(GuiGraphics, int, int, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
render(GuiGraphics, int, int, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.TeslaSynthesizerScreen
 
render(AmmunitionTableBlockEntity, float, PoseStack, MultiBufferSource, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.AmmunitionTableRenderer
 
render(AstralCrystalBlockEntity, float, PoseStack, MultiBufferSource, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.AstralCrystalRenderer
 
render(CommanderPedestalBlockEntity, float, PoseStack, MultiBufferSource, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.CommanderPedestalRenderer
 
render(ShelfBlockEntity, float, PoseStack, MultiBufferSource, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.ShelfRenderer
 
render(BulletEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.FlareRenderer
 
render(BulletEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MusketBallRenderer
 
render(CannonballEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.CannonballRenderer
 
render(T, float, float, PoseStack, MultiBufferSource, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SoldierRenderer
 
render(T, float, float, PoseStack, MultiBufferSource, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.AdvancedThrowableProjectileRenderer
 
render(T, float, float, PoseStack, MultiBufferSource, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile.MeteorRenderer
 
render(T, float, PoseStack, MultiBufferSource, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.TiltrosPortalRenderer
 
renderBg(GuiGraphics, float, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.AmmunitionTableScreen
 
renderBg(GuiGraphics, float, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
renderBg(GuiGraphics, float, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
renderBg(GuiGraphics, float, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.TeslaSynthesizerScreen
 
renderBlockScreenEffectEvent(RenderBlockScreenEffectEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
Event handler for the RenderBlockScreenEffectEvent.
renderFogEvent(ViewportEvent.RenderFog) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
Event handler for the RenderFogEvent event.
renderGuiOverlayPostEvent(RenderGuiOverlayEvent.Post) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientForgeEventSubscriber
 
renderLabels(GuiGraphics, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.TeslaSynthesizerScreen
 
renderOverlay(int, int, float) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.ScopeOverlay
 
renderOverlay(GuiGraphics, Font, int) - Static method in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingOverlay
 
renderSky(ClientLevel, int, float, PoseStack, Camera, Matrix4f, boolean, Runnable) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension.TiltrosDimensionSpecialEffects
 
renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.CelestialTowerModel
 
renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.EvilEyeModel
 
renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.FireflyModel
 
renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.MeteorModel
 
renderTooltip(GuiGraphics, int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
renderType() - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.LavaRevenantEyesLayer
 
repair(ItemStack, Item, BlockState, Level, BlockPos, Player, IntegerProperty) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Repair the block if the given stack matches this block's repair item.
repairIngredient - Variable in class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.GauntletItem
 
repairIngredient - Variable in class tech.anonymoushacker1279.immersiveweapons.item.pike.PikeItem
 
repairItem - Variable in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
requireHalfHealth - Variable in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
requiresUpdateEveryTick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FieldMedicHealEntitiesGoal
 
requiresUpdateEveryTick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
requiresUpdateEveryTick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StormCreeperSwellGoal
 
result - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe
 
result - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
result - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe
 
result - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe
 
result - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
result() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the result record component.
rewardTradeXp(MerchantOffer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
rideTick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.AbstractWanderingWarriorEntity
Handles updating while riding another entity
RING - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
ROCK_SPIDER_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
ROCK_SPIDER_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
RockSpiderEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
RockSpiderEntity(EntityType<? extends RockSpiderEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.RockSpiderEntity
 
RockSpiderRenderer<T extends RockSpiderEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
RockSpiderRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.RockSpiderRenderer
 
root() - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.LavaRevenantModel
 
rotate(BlockState, Rotation) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
rotateShape(Direction, Direction, VoxelShape) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Rotate a VoxelShape to a given horizontal direction.
ROTATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
 
run(Consumer<CustomPacketPayload>) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
 
runOnClientImpact(double, double, double, int, Level, int) - Static method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
RUSTED_IRON_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
RUSTED_IRON_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 

S

SAND - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
SANDBAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SANDBAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SandbagBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
SandbagBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
Constructor for SandbagBlock.
SATCHEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SATCHEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractInventoryBlockEntity
Save NBT data.
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Save NBT data.
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
Save NBT data.
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.CelestialLanternBlockEntity
Save NBT data.
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Save NBT data.
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Save NBT data.
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
 
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
saveAdditional(CompoundTag) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Save NBT data.
scale - Variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
scale - Variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
scale(Wolf, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarWolfRenderer
 
scale(EvilEyeEntity, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.EvilEyeRenderer
 
scale(HansEntity, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SuperHansRenderer
 
scale(LavaRevenantEntity, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.LavaRevenantRenderer
 
scale(StormCreeperEntity, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StormCreeperRenderer
 
scale(SkygazerEntity, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SkygazerRenderer
 
scale(T, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.CelestialTowerRenderer
 
scale(T, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.FireflyRenderer
 
scale(T, PoseStack, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.RockSpiderRenderer
 
SCOPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SCOPE_ELEMENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.IWOverlays
 
SCOPE_LOCATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.IWOverlays
 
SCOPE_MOUNT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
ScopeOverlay - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.overlays
 
ScopeOverlay() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.ScopeOverlay
 
scopeScale - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.gun.data.GunData
 
scopeScale() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Returns the value of the scopeScale record component.
SCORCH_SHOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
ScorchShotEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
ScorchShotEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.ScorchShotEnchantment
 
SCULK_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SculkStaffItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
SculkStaffItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.SculkStaffItem
 
sculkStaffMaxUseRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
sculkStaffSonicBlastThroughBlocks - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
secondaryInputSlot - Variable in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
secondaryMaterial - Variable in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
 
secondaryMaterial() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the secondaryMaterial record component.
secondaryMaterialCount() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the secondaryMaterialCount record component.
Serializer(AmmunitionTableRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.Serializer
 
Serializer(AstralCrystalRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe.Serializer
 
Serializer(BarrelTapRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe.Serializer
 
Serializer(PistonCrushingRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe.Serializer
 
Serializer(SmallPartsRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe.Serializer
 
Serializer(StarForgeRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Serializer
 
Serializer(TeslaSynthesizerRecipe.Factory<T>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe.Serializer
 
setBoatType(CustomBoatType) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatEntity
 
setChanged() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
setChanged() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
setChanged() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
setColor(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
Set the particle color.
setCooldown(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
setCooldown(int) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
 
setCustomName(Component) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
setCustomName(Component) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
setDensityModifier(float) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
setDensityModifierOnServer(ServerPlayer, int, float) - Static method in class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
setDoneSpawningWaves(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
setDoneSpawningWaves(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
setDoneSpawningWaves(boolean) - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
setEffectChance(float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
setEffectDuration(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
setEffectLevel(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
setEffects(LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
setEquipSound(SoundEvent) - Method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Set the equipping sound.
setFiringItem(Item) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
setHealAmount(float) - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
setId(String) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.IdentifiableMerchantOffer
 
setItem(int, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
Sets the given item stack to the specified slot in the inventory.
setItem(int, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
setItem(int, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Sets the given item stack to the specified slot in the inventory.
setItem(int, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setLocked(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
 
setLootTable(ResourceLocation) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
setLootTableSeed(long) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
setMenuSelectionIndex(int, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
setMinAttackInterval(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
setPersistentAngerTarget(UUID) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CelestialLanternBlock
 
setPowered(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
setPowered(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Set the power status.
setRemainingPersistentAngerTime(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
setRemoved() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
 
setResting(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
 
setSize(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
setSize(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
setSwellState(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
setTame(boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
setTarget(LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
Sets the active target the Goal system uses for tracking
setTargetedEntity(LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
setTrappedEntity(LivingEntity) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
 
setup(FMLCommonSetupEvent) - Method in class tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
Event handler for the FMLCommonSetupEvent.
setupAnim(T, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.CelestialTowerModel
 
setupAnim(T, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.EvilEyeModel
 
setupAnim(T, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.FireflyModel
 
setupAnim(T, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.LavaRevenantModel
Sets this entity's model rotation angles
setupAnim(T, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.MeteorModel
 
setupAnim(T, float, float, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.SkeletonMerchantModel
 
setupCreativeTabs(BuildCreativeModeTabContentsEvent) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.ClientModEventSubscriber
 
setupFire(LivingEntity, BulletEntity, ItemStack, ItemStack, AbstractGunItem.PowderType) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
setupRotations(LavaRevenantEntity, PoseStack, float, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.LavaRevenantRenderer
 
setWavesSpawned(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
setWavesSpawned(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
setWavesSpawned(int) - Method in interface tech.anonymoushacker1279.immersiveweapons.entity.WaveSummoningBoss
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.crafting.AmmunitionTableBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.WoodenTableBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.SolarLensBlock
 
SHAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.WoodenSpikesBlock
 
SHARPENED_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
SharpenedHeadEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
SharpenedHeadEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.SharpenedHeadEnchantment
 
SHELF_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
ShelfBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
ShelfBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
ShelfBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
ShelfBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.ShelfBlockEntity
 
ShelfRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
ShelfRenderer() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.ShelfRenderer
Constructor for ShelfRenderer.
shoot(double, double, double, float, float) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
shootingVector(double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem.BulletBuilder
 
shootingVector(double, double, double) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.CustomArrowItem.ArrowBuilder
 
shootingVectorInputs - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.BulletEntity
 
shootingVectorInputs - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
shootingVectorInputs - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.BulletItem
 
SHORT_IRON_BARREL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
shouldApplyEffectTickThisTick(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.AlcoholEffect
Check if the duration effect is ticking.
shouldApplyEffectTickThisTick(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.BleedingEffect
 
shouldApplyEffectTickThisTick(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.HellfireEffect
 
shouldApplyEffectTickThisTick(int, int) - Method in class tech.anonymoushacker1279.immersiveweapons.potion.MorphineEffect
Check if the duration effect is ticking.
shouldBeSaved() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantPart
 
shouldDespawnInPeaceful() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
shouldDespawnInPeaceful() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
shouldDespawnInPeaceful() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
 
shouldDropLoot() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
shouldRenderAtSqrDistance(double) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
Checks if the entity is in range to render.
shouldStopMoving - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
showProgressBar() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
SIMPLE_CHEST_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.LootModifierRegistry
 
SIMPLE_DROP_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.LootModifierRegistry
 
SimpleChestModifierHandler - Class in tech.anonymoushacker1279.immersiveweapons.world.level.loot
 
SimpleChestModifierHandler(LootItemCondition[], int, int, float, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleChestModifierHandler
Create a simple chest modifier.
SimpleChestModifierHandler(LootItemCondition[], int, int, float, ItemStack, int, boolean) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleChestModifierHandler
Create a simple chest modifier.
SimpleDropModifierHandler - Class in tech.anonymoushacker1279.immersiveweapons.world.level.loot
 
SimpleDropModifierHandler(LootItemCondition[], ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleDropModifierHandler
 
SimpleDropModifierHandler(LootItemCondition[], ItemStack, String) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.loot.SimpleDropModifierHandler
 
SimplePistolItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
SimplePistolItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.SimplePistolItem
Constructor for SimplePistolItem.
SimpleShotgunItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gun
 
SimpleShotgunItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gun.SimpleShotgunItem
Constructor for SimpleShotgunItem.
SKELETON_MERCHANT - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
SKELETON_MERCHANT_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
SKELETON_MERCHANT_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SKELETON_MERCHANT_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SKELETON_MERCHANT_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
SKELETON_MERCHANT_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SKELETON_MERCHANT_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SkeletonMerchantClothingLayer<T extends SkeletonMerchantEntity,M extends net.minecraft.client.model.EntityModel<T>> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers
 
SkeletonMerchantClothingLayer(RenderLayerParent<T, M>, EntityModelSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.SkeletonMerchantClothingLayer
 
SkeletonMerchantEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc
 
SkeletonMerchantEntity(EntityType<? extends AbstractVillager>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.SkeletonMerchantEntity
 
SkeletonMerchantModel<T extends SkeletonMerchantEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.model
 
SkeletonMerchantModel(ModelPart) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.model.SkeletonMerchantModel
 
SkeletonMerchantRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
SkeletonMerchantRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SkeletonMerchantRenderer
 
SkeletonMerchantRenderer(EntityRendererProvider.Context, ModelLayerLocation, ModelLayerLocation, ModelLayerLocation) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SkeletonMerchantRenderer
 
SKYGAZER_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
SKYGAZER_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
skygazerEnchantCaps - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
SkygazerEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc
 
SkygazerEntity(EntityType<? extends AbstractVillager>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.SkygazerEntity
 
skygazerMaxEnchantUpgradeCost - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
SkygazerRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
SkygazerRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SkygazerRenderer
 
SlimeMixin - Class in tech.anonymoushacker1279.immersiveweapons.mixin
Fix Slimes not spawning in the correct size, as finalizeSpawn does not respect sizes in NBT data.
SlimeMixin() - Constructor for class tech.anonymoushacker1279.immersiveweapons.mixin.SlimeMixin
 
slotCosts - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
slotsChanged(Container) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
Callback for when the crafting matrix is changed.
slotsChanged(Container) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
SMALL_PARTS_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
SMALL_PARTS_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
SMALL_PARTS_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SMALL_PARTS_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SMALL_PARTS_TABLE_MENU - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.MenuTypeRegistry
 
SMALL_PARTS_TABLE_USED - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SmallPartsMenu - Class in tech.anonymoushacker1279.immersiveweapons.menu
 
SmallPartsMenu(int, Inventory) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
SmallPartsMenu(int, Inventory, ContainerLevelAccess) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
 
SmallPartsRecipe - Record Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
SmallPartsRecipe(String, Ingredient, List<Item>) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Creates an instance of a SmallPartsRecipe record class.
SmallPartsRecipe.Factory<T extends SmallPartsRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
SmallPartsRecipe.Serializer<T extends SmallPartsRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
SmallPartsTableBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.crafting
 
SmallPartsTableBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.crafting.SmallPartsTableBlock
 
SmallPartsTableCraftEvent - Class in tech.anonymoushacker1279.immersiveweapons.api.events
This event is fired when a player crafts an item using the small parts table.
SmallPartsTableCraftEvent(Player, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.api.events.SmallPartsTableCraftEvent
This event is fired when a player crafts an item using the small parts table.
SmallPartsTableScreen - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.screen
 
SmallPartsTableScreen(SmallPartsMenu, Inventory, Component) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.SmallPartsTableScreen
 
smeltTime - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
smeltTime() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns the value of the smeltTime record component.
SMOKE_GRENADE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
 
SMOKE_GRENADE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ARROW_BLUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
SMOKE_GRENADE_ARROW_GREEN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ARROW_PURPLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ARROW_RED - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ARROW_YELLOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_BLUE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
SMOKE_GRENADE_GREEN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_HISS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.GameEventRegistry
 
SMOKE_GRENADE_HISS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SMOKE_GRENADE_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
SMOKE_GRENADE_PURPLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_RED - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_GRENADE_YELLOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SMOKE_POWDER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SmokeGrenadeColors() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
smokeGrenadeEffectRange - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
SmokeGrenadeEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
SmokeGrenadeEntity(EntityType<? extends SmokeGrenadeEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
SmokeGrenadeEntity(Level, double, double, double) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
SmokeGrenadeEntity(Level, LivingEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
SmokeGrenadeParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade
 
SmokeGrenadeParticle(ClientLevel, double, double, double, double, double, double, SpriteSet, Vector3f) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle
 
SmokeGrenadeParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade
 
SmokeGrenadeParticleOptions - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade
 
SmokeGrenadeParticleOptions(Vector3f, float) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
SmokeGrenadeParticleOptions.SmokeGrenadeColors - Class in tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade
 
smokeGrenadeParticles - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.ClientConfig
 
SmokeGrenadePayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
SmokeGrenadePayload(double, double, double, int, int) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Creates an instance of a SmokeGrenadePayload record class.
SmokeGrenadePayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
 
SmokeGrenadePayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
SmokeGrenadePayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.SmokeGrenadePayloadHandler
 
SMOOTH_BLOOD_SANDSTONE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SMOOTH_BLOOD_SANDSTONE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SMOOTH_BLOOD_SANDSTONE_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SMOOTH_BLOOD_SANDSTONE_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SMOOTH_BLOOD_SANDSTONE_STAIRS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SMOOTH_BLOOD_SANDSTONE_STAIRS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SOLAR_LENS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SOLAR_LENS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SolarLensBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.star_forge
 
SolarLensBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.star_forge.SolarLensBlock
 
SOLDIER_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SOLDIER_DEATH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SOLDIER_HURT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SOLDIER_STEP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SoldierEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.neutral
 
SoldierEntity(EntityType<? extends PathfinderMob>, Level, List<Class<? extends Entity>>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
SoldierRenderer<T extends SoldierEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
SoldierRenderer(EntityRendererProvider.Context, ResourceLocation) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SoldierRenderer
 
SONIC_BOOM_RESISTANCE - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Modifier to DamageTypes.SONIC_BOOM damage.
sonicBoomResistanceEffects(LivingHurtEvent, Player) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
 
SOUND_EVENTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
soundCooldown - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireBlock
 
SoundEventRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
SoundEventRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
soundLocation() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns the value of the soundLocation record component.
soundLocation() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Returns the value of the soundLocation record component.
source() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns the value of the source record component.
spawnEntity(ServerLevel, Mob, BlockPos, boolean) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
spawnEntityParticles(ServerLevel) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
SpawnerStatueBlock<T extends AbstractStatueBlockEntity<?>> - Class in tech.anonymoushacker1279.immersiveweapons.block.misc
 
SpawnerStatueBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.misc.SpawnerStatueBlock
 
spawnFromMobQueue(int) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
Spawn a given amount of mobs from the spawn queue.
spawnParticles() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
SPECIAL - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
 
SPEED - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
 
SPIKE_TRAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SPIKE_TRAP - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
SPIKE_TRAP_EXTEND - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SPIKE_TRAP_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SPIKE_TRAP_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
SPIKE_TRAP_RETRACT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
SpikeTrapBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
SpikeTrapBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
Constructor for SpikeTrapBlock.
SPIRIT - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
 
SPOTLIGHT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SPOTLIGHT_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
SpotlightBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
SpotlightBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
sprites - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle
 
sprites - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.DeadmansDesertAmbientParticle
 
sprites - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.MoonglowParticle
 
sprites - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle
 
sprites - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle
 
sprites - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.StardustLeavesParticle
 
SPRUCE_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SPRUCE_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
stack() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Returns the value of the stack record component.
stages - Variable in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
STAR_FORGE_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
STAR_FORGE_BRICKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STAR_FORGE_BRICKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STAR_FORGE_CONTROLLER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STAR_FORGE_CONTROLLER_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STAR_FORGE_MENU - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.MenuTypeRegistry
 
STAR_FORGE_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
STAR_FORGE_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
STAR_WOLF_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STAR_WOLF_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARDUST - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
STARDUST - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.properties.WoodTypes
 
STARDUST - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.CustomBlockSetTypes
 
STARDUST_BOAT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARDUST_BOAT_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STARDUST_BUTTON - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_BUTTON_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_CHEST - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
 
STARDUST_CHEST_BOAT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARDUST_CHEST_BOAT_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STARDUST_DOOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_DOOR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_FENCE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_FENCE_GATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_FENCE_GATE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_FENCE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_HANGING_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_HANGING_SIGN_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_LEAVES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_LEAVES_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_LEAVES_PARTICLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ParticleTypesRegistry
 
STARDUST_LOG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_LOG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_PLANKS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_PLANKS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_PRESSURE_PLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_PRESSURE_PLATE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_SAPLING - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_SAPLING_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_SIGN_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_SLAB - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_SLAB_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_STAIRS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_STAIRS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_TRAPDOOR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_TRAPDOOR_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARDUST_TREE_CONFIGURATION - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_WALL_HANGING_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_WALL_SIGN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_WOOD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARDUST_WOOD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
StardustLeavesBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
StardustLeavesBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.StardustLeavesBlock
 
StardustLeavesParticle - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
StardustLeavesParticle(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.particle.StardustLeavesParticle
 
StardustLeavesParticle.Provider - Class in tech.anonymoushacker1279.immersiveweapons.client.particle
 
StarForgeBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
StarForgeBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
StarForgeControllerBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.star_forge
 
StarForgeControllerBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
StarForgeMenu - Class in tech.anonymoushacker1279.immersiveweapons.menu
 
StarForgeMenu(int, Inventory, List<ResourceLocation>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
StarForgeMenu(int, Inventory, Container, ContainerData) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
StarForgeMenuPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge
 
StarForgeMenuPayload(int, int, boolean) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Creates an instance of a StarForgeMenuPayload record class.
StarForgeMenuPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
 
StarForgeMenuPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge
 
StarForgeMenuPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge.StarForgeMenuPayloadHandler
 
StarForgeRecipe - Record Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
StarForgeRecipe(String, Ingredient, int, Ingredient, int, int, ItemStack) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Creates an instance of a StarForgeRecipe record class.
StarForgeRecipe.Factory<T extends StarForgeRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
StarForgeRecipe.Serializer<T extends StarForgeRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
StarForgeScreen - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.screen
 
StarForgeScreen(StarForgeMenu, Inventory, Component) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.StarForgeScreen
 
StarForgeUpdateRecipesPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge
 
StarForgeUpdateRecipesPayload(UUID, int, List<ResourceLocation>) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Creates an instance of a StarForgeUpdateRecipesPayload record class.
StarForgeUpdateRecipesPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
 
StarForgeUpdateRecipesPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge
 
StarForgeUpdateRecipesPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge.StarForgeUpdateRecipesPayloadHandler
 
STARLIGHT_PLAINS_BACKGROUND_MUSIC - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARLIGHT_PLAINS_THEME_1 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARLIGHT_PLAINS_THEME_2 - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARMITE_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARMITE_DEATH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARMITE_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STARMITE_HURT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARMITE_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARMITE_STEP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
StarmiteEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
StarmiteEntity(EntityType<? extends StarmiteEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.StarmiteEntity
 
StarmiteRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
StarmiteRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarmiteRenderer
 
STARSTORM - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
STARSTORM - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
STARSTORM_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
STARSTORM_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STARSTORM_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARSTORM_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARSTORM_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_CRYSTAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STARSTORM_CRYSTAL_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STARSTORM_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_INGOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_ITEMS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker.PredefinedGroups
 
STARSTORM_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STARSTORM_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STARSTORM_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
StarstormArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
StarstormArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.StarstormArmorItem
 
starstormArmorSetBonus(LivingHurtEvent, LivingEntity) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.game_effects.EnvironmentEffects
 
StarstormCrystalBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
StarstormCrystalBlock(int, int, BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.StarstormCrystalBlock
 
start() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DefendVillageTargetGoal
Execute a one shot task or start executing a continuous task
start() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DisorientedWanderingGoal
 
start() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
Execute a one shot task or start executing a continuous task
start() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StormCreeperSwellGoal
Execute a one shot task or start executing a continuous task
startPersistentAngerTimer() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
startSeenByPlayer(ServerPlayer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
startSeenByPlayer(ServerPlayer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
startSeenByPlayer(ServerPlayer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
StarWolfEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.animal
 
StarWolfEntity(EntityType<? extends Wolf>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.animal.StarWolfEntity
 
StarWolfRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
StarWolfRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StarWolfRenderer
 
state() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
Returns the value of the state record component.
state() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
Returns the value of the state record component.
state() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
Returns the value of the state record component.
state() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
Returns the value of the state record component.
StayNearMobGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
StayNearMobGoal(PathfinderMob, Mob, double) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StayNearMobGoal
 
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AmmunitionTableBlockEntity
 
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Check if the player is still valid.
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.AmmunitionTableMenu
 
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.SmallPartsMenu
Determines whether supplied player can use this container
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
stillValid(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
 
STONE_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STONE_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STONE_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STONE_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STONE_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STONE_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STONE_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STONE_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
stop() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
stop() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StormCreeperSwellGoal
Reset the task's internal state.
stopMoving - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
stopSeenByPlayer(ServerPlayer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
stopSeenByPlayer(ServerPlayer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
stopSeenByPlayer(ServerPlayer) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
STORM_CREEPER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
STORM_CREEPER_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
STORM_CREEPER_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STORM_CREEPER_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STORM_CREEPER_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
STORM_CREEPER_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
STORM_CREEPER_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
StormCreeperEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
StormCreeperEntity(EntityType<? extends StormCreeperEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
StormCreeperPowerLayer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers
 
StormCreeperPowerLayer(RenderLayerParent<StormCreeperEntity, CreeperModel<StormCreeperEntity>>, EntityModelSet) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.StormCreeperPowerLayer
 
StormCreeperRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
StormCreeperRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.StormCreeperRenderer
 
StormCreeperSwellGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
StormCreeperSwellGoal(StormCreeperEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StormCreeperSwellGoal
 
StrippablePillarBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.core
 
StrippablePillarBlock(BlockBehaviour.Properties, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.core.StrippablePillarBlock
 
STRIPPED_BURNED_OAK_LOG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STRIPPED_BURNED_OAK_LOG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STRIPPED_BURNED_OAK_WOOD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STRIPPED_BURNED_OAK_WOOD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STRIPPED_STARDUST_LOG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STRIPPED_STARDUST_LOG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STRIPPED_STARDUST_WOOD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
STRIPPED_STARDUST_WOOD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
STRONG_DEATH_POTION - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
 
SULFUR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SULFUR_DUST - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
 
SULFUR_DUST - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SULFUR_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
SULFUR_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
summonedByStaff() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
summonedEntityTag - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
SummoningStaff - Interface in tech.anonymoushacker1279.immersiveweapons.item
 
SUPER_BLANKET_CAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SUPER_BLANKET_CAPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
SUPER_BLANKET_CAPE_SPEED_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
SUPER_HANS_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
SUPER_HANS_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
SuperHansEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
SuperHansEntity(EntityType<? extends HansEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
SuperHansRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
SuperHansRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.SuperHansRenderer
Constructor for HansRenderer.
SyncHandler - Class in tech.anonymoushacker1279.immersiveweapons.event
 
SyncHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.event.SyncHandler
 
SyncMerchantTradesConfigurationTask - Record Class in tech.anonymoushacker1279.immersiveweapons.network.task
 
SyncMerchantTradesConfigurationTask(ServerConfigurationPacketListener) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
Creates an instance of a SyncMerchantTradesConfigurationTask record class.
SyncMerchantTradesPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
SyncMerchantTradesPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
 
SyncMerchantTradesPayload(EntityType<?>, MerchantTrades) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
Creates an instance of a SyncMerchantTradesPayload record class.
SyncMerchantTradesPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
SyncMerchantTradesPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.SyncMerchantTradesPayloadHandler
 
syncPersistentData(CompoundTag, UUID) - Static method in class tech.anonymoushacker1279.immersiveweapons.event.SyncHandler
Sync persistent data from server to client.
SyncPlayerDataPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
A packet payload for syncing player persistent data between the server and client.
SyncPlayerDataPayload(CompoundTag, UUID) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
Creates an instance of a SyncPlayerDataPayload record class.
SyncPlayerDataPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
 
SyncPlayerDataPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
SyncPlayerDataPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.SyncPlayerDataPayloadHandler
 
SYRINGE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 

T

tag() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
Returns the value of the tag record component.
takeDamage(BlockState, Level, BlockPos, IntegerProperty) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.DamageableBlockEntity
Damage the block, which takes care of stage changes and destruction.
targetUUID - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.neutral.SoldierEntity
 
tech.anonymoushacker1279.immersiveweapons - package tech.anonymoushacker1279.immersiveweapons
 
tech.anonymoushacker1279.immersiveweapons.advancement - package tech.anonymoushacker1279.immersiveweapons.advancement
 
tech.anonymoushacker1279.immersiveweapons.api - package tech.anonymoushacker1279.immersiveweapons.api
 
tech.anonymoushacker1279.immersiveweapons.api.events - package tech.anonymoushacker1279.immersiveweapons.api.events
 
tech.anonymoushacker1279.immersiveweapons.block - package tech.anonymoushacker1279.immersiveweapons.block
 
tech.anonymoushacker1279.immersiveweapons.block.barbed_wire - package tech.anonymoushacker1279.immersiveweapons.block.barbed_wire
 
tech.anonymoushacker1279.immersiveweapons.block.core - package tech.anonymoushacker1279.immersiveweapons.block.core
 
tech.anonymoushacker1279.immersiveweapons.block.crafting - package tech.anonymoushacker1279.immersiveweapons.block.crafting
 
tech.anonymoushacker1279.immersiveweapons.block.decoration - package tech.anonymoushacker1279.immersiveweapons.block.decoration
 
tech.anonymoushacker1279.immersiveweapons.block.decoration.skull - package tech.anonymoushacker1279.immersiveweapons.block.decoration.skull
 
tech.anonymoushacker1279.immersiveweapons.block.misc - package tech.anonymoushacker1279.immersiveweapons.block.misc
 
tech.anonymoushacker1279.immersiveweapons.block.mud - package tech.anonymoushacker1279.immersiveweapons.block.mud
 
tech.anonymoushacker1279.immersiveweapons.block.properties - package tech.anonymoushacker1279.immersiveweapons.block.properties
 
tech.anonymoushacker1279.immersiveweapons.block.sign - package tech.anonymoushacker1279.immersiveweapons.block.sign
 
tech.anonymoushacker1279.immersiveweapons.block.star_forge - package tech.anonymoushacker1279.immersiveweapons.block.star_forge
 
tech.anonymoushacker1279.immersiveweapons.blockentity - package tech.anonymoushacker1279.immersiveweapons.blockentity
 
tech.anonymoushacker1279.immersiveweapons.client - package tech.anonymoushacker1279.immersiveweapons.client
 
tech.anonymoushacker1279.immersiveweapons.client.gui - package tech.anonymoushacker1279.immersiveweapons.client.gui
 
tech.anonymoushacker1279.immersiveweapons.client.gui.overlays - package tech.anonymoushacker1279.immersiveweapons.client.gui.overlays
 
tech.anonymoushacker1279.immersiveweapons.client.gui.screen - package tech.anonymoushacker1279.immersiveweapons.client.gui.screen
 
tech.anonymoushacker1279.immersiveweapons.client.model - package tech.anonymoushacker1279.immersiveweapons.client.model
 
tech.anonymoushacker1279.immersiveweapons.client.particle - package tech.anonymoushacker1279.immersiveweapons.client.particle
 
tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact - package tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact
 
tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade - package tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade
 
tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity - package tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension - package tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension
 
tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers - package tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers
 
tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc - package tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.misc
 
tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob - package tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile - package tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.projectile
 
tech.anonymoushacker1279.immersiveweapons.config - package tech.anonymoushacker1279.immersiveweapons.config
 
tech.anonymoushacker1279.immersiveweapons.enchantment - package tech.anonymoushacker1279.immersiveweapons.enchantment
 
tech.anonymoushacker1279.immersiveweapons.entity - package tech.anonymoushacker1279.immersiveweapons.entity
 
tech.anonymoushacker1279.immersiveweapons.entity.ai.goal - package tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
tech.anonymoushacker1279.immersiveweapons.entity.ambient - package tech.anonymoushacker1279.immersiveweapons.entity.ambient
 
tech.anonymoushacker1279.immersiveweapons.entity.animal - package tech.anonymoushacker1279.immersiveweapons.entity.animal
 
tech.anonymoushacker1279.immersiveweapons.entity.misc - package tech.anonymoushacker1279.immersiveweapons.entity.misc
 
tech.anonymoushacker1279.immersiveweapons.entity.monster - package tech.anonymoushacker1279.immersiveweapons.entity.monster
 
tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant - package tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant
 
tech.anonymoushacker1279.immersiveweapons.entity.neutral - package tech.anonymoushacker1279.immersiveweapons.entity.neutral
 
tech.anonymoushacker1279.immersiveweapons.entity.npc - package tech.anonymoushacker1279.immersiveweapons.entity.npc
 
tech.anonymoushacker1279.immersiveweapons.entity.npc.trading - package tech.anonymoushacker1279.immersiveweapons.entity.npc.trading
 
tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades - package tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades
 
tech.anonymoushacker1279.immersiveweapons.entity.projectile - package tech.anonymoushacker1279.immersiveweapons.entity.projectile
 
tech.anonymoushacker1279.immersiveweapons.entity.vehicle - package tech.anonymoushacker1279.immersiveweapons.entity.vehicle
 
tech.anonymoushacker1279.immersiveweapons.event - package tech.anonymoushacker1279.immersiveweapons.event
 
tech.anonymoushacker1279.immersiveweapons.event.game_effects - package tech.anonymoushacker1279.immersiveweapons.event.game_effects
 
tech.anonymoushacker1279.immersiveweapons.init - package tech.anonymoushacker1279.immersiveweapons.init
 
tech.anonymoushacker1279.immersiveweapons.item - package tech.anonymoushacker1279.immersiveweapons.item
 
tech.anonymoushacker1279.immersiveweapons.item.armor - package tech.anonymoushacker1279.immersiveweapons.item.armor
 
tech.anonymoushacker1279.immersiveweapons.item.bow - package tech.anonymoushacker1279.immersiveweapons.item.bow
 
tech.anonymoushacker1279.immersiveweapons.item.crafting - package tech.anonymoushacker1279.immersiveweapons.item.crafting
 
tech.anonymoushacker1279.immersiveweapons.item.fortitude - package tech.anonymoushacker1279.immersiveweapons.item.fortitude
 
tech.anonymoushacker1279.immersiveweapons.item.gauntlet - package tech.anonymoushacker1279.immersiveweapons.item.gauntlet
 
tech.anonymoushacker1279.immersiveweapons.item.gun - package tech.anonymoushacker1279.immersiveweapons.item.gun
 
tech.anonymoushacker1279.immersiveweapons.item.gun.data - package tech.anonymoushacker1279.immersiveweapons.item.gun.data
 
tech.anonymoushacker1279.immersiveweapons.item.materials - package tech.anonymoushacker1279.immersiveweapons.item.materials
 
tech.anonymoushacker1279.immersiveweapons.item.pike - package tech.anonymoushacker1279.immersiveweapons.item.pike
 
tech.anonymoushacker1279.immersiveweapons.item.potion - package tech.anonymoushacker1279.immersiveweapons.item.potion
 
tech.anonymoushacker1279.immersiveweapons.item.projectile - package tech.anonymoushacker1279.immersiveweapons.item.projectile
 
tech.anonymoushacker1279.immersiveweapons.item.tool - package tech.anonymoushacker1279.immersiveweapons.item.tool
 
tech.anonymoushacker1279.immersiveweapons.item.tool.molten - package tech.anonymoushacker1279.immersiveweapons.item.tool.molten
 
tech.anonymoushacker1279.immersiveweapons.item.tool.tesla - package tech.anonymoushacker1279.immersiveweapons.item.tool.tesla
 
tech.anonymoushacker1279.immersiveweapons.item.tool.ventus - package tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
tech.anonymoushacker1279.immersiveweapons.item.utility - package tech.anonymoushacker1279.immersiveweapons.item.utility
 
tech.anonymoushacker1279.immersiveweapons.menu - package tech.anonymoushacker1279.immersiveweapons.menu
 
tech.anonymoushacker1279.immersiveweapons.menu.slot - package tech.anonymoushacker1279.immersiveweapons.menu.slot
 
tech.anonymoushacker1279.immersiveweapons.mixin - package tech.anonymoushacker1279.immersiveweapons.mixin
 
tech.anonymoushacker1279.immersiveweapons.network.handler - package tech.anonymoushacker1279.immersiveweapons.network.handler
 
tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge - package tech.anonymoushacker1279.immersiveweapons.network.handler.star_forge
 
tech.anonymoushacker1279.immersiveweapons.network.payload - package tech.anonymoushacker1279.immersiveweapons.network.payload
 
tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge - package tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge
 
tech.anonymoushacker1279.immersiveweapons.network.task - package tech.anonymoushacker1279.immersiveweapons.network.task
 
tech.anonymoushacker1279.immersiveweapons.potion - package tech.anonymoushacker1279.immersiveweapons.potion
 
tech.anonymoushacker1279.immersiveweapons.util - package tech.anonymoushacker1279.immersiveweapons.util
 
tech.anonymoushacker1279.immersiveweapons.util.markers - package tech.anonymoushacker1279.immersiveweapons.util.markers
 
tech.anonymoushacker1279.immersiveweapons.world.food - package tech.anonymoushacker1279.immersiveweapons.world.food
 
tech.anonymoushacker1279.immersiveweapons.world.level - package tech.anonymoushacker1279.immersiveweapons.world.level
 
tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators - package tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators
 
tech.anonymoushacker1279.immersiveweapons.world.level.loot - package tech.anonymoushacker1279.immersiveweapons.world.level.loot
 
tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers - package tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers
 
temperature - Variable in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
TESLA - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
TESLA - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils.HitEffect
 
TESLA - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
TESLA_ARMOR_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
TESLA_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
TESLA_ARMOR_POWER_DOWN - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
TESLA_ARMOR_POWER_UP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
TESLA_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
TESLA_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_BLOCK - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
TESLA_BLOCK_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
TESLA_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_INGOT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_INGOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
TESLA_NUGGET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TESLA_SYNTHESIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
TESLA_SYNTHESIZER_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
TESLA_SYNTHESIZER_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
TESLA_SYNTHESIZER_MENU - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.MenuTypeRegistry
 
TESLA_SYNTHESIZER_RECIPE_SERIALIZER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeSerializerRegistry
 
TESLA_SYNTHESIZER_RECIPE_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.RecipeTypeRegistry
 
teslaArmorEffectSound - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.ClientConfig
 
TeslaArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
TeslaArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem
 
TeslaArmorItem.EffectState - Enum Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
TeslaArmorPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
TeslaArmorPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
 
TeslaArmorPayload(TeslaArmorItem.EffectState) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
Creates an instance of a TeslaArmorPayload record class.
TeslaArmorPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
TeslaArmorPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.TeslaArmorPayloadHandler
 
TeslaAxe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.tesla
 
TeslaAxe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaAxe
Constructor for TeslaAxe.
TeslaGauntletItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gauntlet
 
TeslaGauntletItem(Tier, int, float, Item.Properties, float, int, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.TeslaGauntletItem
 
TeslaHoe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.tesla
 
TeslaHoe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaHoe
Constructor for TeslaHoe.
TeslaPickaxe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.tesla
 
TeslaPickaxe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaPickaxe
Constructor for TeslaPickaxe.
TeslaPikeItem - Class in tech.anonymoushacker1279.immersiveweapons.item.pike
 
TeslaPikeItem(Tier, Item.Properties, double, double, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.pike.TeslaPikeItem
 
TeslaShovel - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.tesla
 
TeslaShovel(Tier, float, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaShovel
Constructor for TeslaShovel.
TeslaSword - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.tesla
 
TeslaSword(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.tesla.TeslaSword
Constructor for TeslaSword.
TeslaSynthesizerBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.crafting
 
TeslaSynthesizerBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Constructor for TeslaSynthesizerBlock.
TeslaSynthesizerBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
TeslaSynthesizerBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Constructor for AbstractTeslaBlockEntity.
TeslaSynthesizerCraftEvent - Class in tech.anonymoushacker1279.immersiveweapons.api.events
This event is fired when a player crafts an item using the tesla synthesizer.
TeslaSynthesizerCraftEvent(Player, ItemStack) - Constructor for class tech.anonymoushacker1279.immersiveweapons.api.events.TeslaSynthesizerCraftEvent
This event is fired when a player crafts an item using the tesla synthesizer.
TeslaSynthesizerFuelSlot - Class in tech.anonymoushacker1279.immersiveweapons.menu.slot
 
TeslaSynthesizerFuelSlot(TeslaSynthesizerMenu, Container, int, int, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerFuelSlot
 
TeslaSynthesizerMaterialSlot - Class in tech.anonymoushacker1279.immersiveweapons.menu.slot
 
TeslaSynthesizerMaterialSlot(TeslaSynthesizerMenu, RecipeManager, Container, int, int, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerMaterialSlot
 
TeslaSynthesizerMenu - Class in tech.anonymoushacker1279.immersiveweapons.menu
 
TeslaSynthesizerMenu(int, Inventory) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Constructor for TeslaSynthesizerMenu.
TeslaSynthesizerMenu(int, Inventory, Container, ContainerData) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.TeslaSynthesizerMenu
Constructor for TeslaSynthesizerMenu.
TeslaSynthesizerRecipe - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
TeslaSynthesizerRecipe(String, Ingredient, Ingredient, Ingredient, ItemStack, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
 
TeslaSynthesizerRecipe.Factory<T extends TeslaSynthesizerRecipe> - Interface in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
TeslaSynthesizerRecipe.Serializer<T extends TeslaSynthesizerRecipe> - Class in tech.anonymoushacker1279.immersiveweapons.item.crafting
 
TeslaSynthesizerResultSlot - Class in tech.anonymoushacker1279.immersiveweapons.menu.slot
 
TeslaSynthesizerResultSlot(Container, int, int, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.menu.slot.TeslaSynthesizerResultSlot
Constructor for TeslaSynthesizerResultSlot.
TeslaSynthesizerScreen - Class in tech.anonymoushacker1279.immersiveweapons.client.gui.screen
 
TeslaSynthesizerScreen(TeslaSynthesizerMenu, Inventory, Component) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.gui.screen.TeslaSynthesizerScreen
 
TextureMetadataMarker - Annotation Interface in tech.anonymoushacker1279.immersiveweapons.util.markers
 
TextureMetadataMarker.PredefinedGroups - Enum Class in tech.anonymoushacker1279.immersiveweapons.util.markers
 
THE_COMMANDER - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
THE_COMMANDER_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
THE_COMMANDER_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
THE_COMMANDER_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
THE_COMMANDER_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
THE_COMMANDER_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
THE_COMMANDER_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
THE_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TheCommanderEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
TheCommanderEntity(EntityType<? extends DyingSoldierEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.TheCommanderEntity
 
TheCommanderSummonGoal - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
TheCommanderSummonGoal(TheCommanderEntity) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.TheCommanderSummonGoal
 
theCommanderWaveSizeModifier - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
TheSword - Class in tech.anonymoushacker1279.immersiveweapons.item.tool
 
TheSword(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.TheSword
 
ThrowableItem - Class in tech.anonymoushacker1279.immersiveweapons.item.projectile
 
ThrowableItem(Item.Properties, int) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
Creates a throwable item, specifically for a smoke grenade.
ThrowableItem(Item.Properties, ThrowableItem.ThrowableType) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
Creates a throwable item for a specific ThrowableItem.ThrowableType
ThrowableItem.ThrowableType - Enum Class in tech.anonymoushacker1279.immersiveweapons.item.projectile
 
thunderHit(ServerLevel, LightningBolt) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.BloodParticle
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticle
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.MuzzleFlashParticle
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticle
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.CelestialTowerSummonMeteorGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.DisorientedWanderingGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FieldMedicHealEntitiesGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FlyAroundEntityGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.FlyRandomlyGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.HoverGoal
Keep ticking a continuous task that has already been started
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.RangedGunAttackGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StayNearMobGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.StormCreeperSwellGoal
Keep ticking a continuous task that has already been started
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.ambient.FireflyEntity
Called to update the entity's position/logic.
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.misc.ChairEntity
Runs once each tick.
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.CelestialTowerEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.EvilEyeEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.lava_revenant.LavaRevenantEntity
Called to update the entity's position/logic.
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.StormCreeperEntity
Called to update the entity's position/logic.
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.SuperHansEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MeteorEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.MortarShellEntity
 
tick() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.SmokeGrenadeEntity
 
tick(BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BearTrapBlockEntity
Runs once each tick.
tick(ServerLevel, BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
tick(Level) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.TeslaSynthesizerBlockEntity
Runs once per tick.
tick(Level, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.AbstractStatueBlockEntity
 
tick(Level, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.PanicAlarmBlockEntity
Runs once each tick.
tick(Level, BlockPos, BlockState) - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.BiodomeLifeSupportUnitBlockEntity
 
TICKS_SINCE_REST - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
 
ticksInGround - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.AdvancedThrowableItemProjectile
 
ticksSinceRest() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Returns the value of the ticksSinceRest record component.
TIER_TAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon
 
TILTROS_PORTAL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
TILTROS_PORTAL_BLOCK_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
 
TILTROS_PORTAL_FRAME - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
TILTROS_PORTAL_FRAME_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
TILTROS_WASTES_MUSIC - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
TiltrosDimensionSpecialEffects - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension
 
TiltrosDimensionSpecialEffects() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.dimension.TiltrosDimensionSpecialEffects
 
tiltrosEnabled - Static variable in class tech.anonymoushacker1279.immersiveweapons.config.CommonConfig
 
TiltrosPortalBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.misc
 
TiltrosPortalBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.misc.TiltrosPortalBlock
 
TiltrosPortalBlockEntity - Class in tech.anonymoushacker1279.immersiveweapons.blockentity
 
TiltrosPortalBlockEntity(BlockPos, BlockState) - Constructor for class tech.anonymoushacker1279.immersiveweapons.blockentity.TiltrosPortalBlockEntity
 
TiltrosPortalRenderer<T extends TiltrosPortalBlockEntity> - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity
 
TiltrosPortalRenderer() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.TiltrosPortalRenderer
 
TOGGLE_ARMOR_EFFECT - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.IWKeyBinds
 
toNetwork(FriendlyByteBuf, AmmunitionTableRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.Serializer
 
toNetwork(FriendlyByteBuf, AstralCrystalRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe.Serializer
 
toNetwork(FriendlyByteBuf, BarrelTapRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.BarrelTapRecipe.Serializer
 
toNetwork(FriendlyByteBuf, PistonCrushingRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.PistonCrushingRecipe.Serializer
 
toNetwork(FriendlyByteBuf, SmallPartsRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe.Serializer
 
toNetwork(FriendlyByteBuf, StarForgeRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe.Serializer
 
toNetwork(FriendlyByteBuf, TeslaSynthesizerRecipe) - Method in class tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe.Serializer
 
TOOL_JOINT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TOOL_SMELTING_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.LootModifierRegistry
 
ToolSmeltingModifierHandler - Class in tech.anonymoushacker1279.immersiveweapons.world.level.loot
 
ToolSmeltingModifierHandler(LootItemCondition[], TagKey<Item>) - Constructor for class tech.anonymoushacker1279.immersiveweapons.world.level.loot.ToolSmeltingModifierHandler
 
TooltipHandler - Class in tech.anonymoushacker1279.immersiveweapons.client
 
TooltipHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.TooltipHandler
 
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.AmmunitionTableRecipe.MaterialGroup
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.SmallPartsRecipe
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.item.crafting.StarForgeRecipe
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
Returns a string representation of this record class.
toString() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
Returns a string representation of this record class.
TradeGroup - Record Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading
 
TradeGroup(int, List<ItemsForEmeralds>) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
Creates an instance of a TradeGroup record class.
tradeGroups() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
Returns the value of the tradeGroups record component.
TradeLoader - Class in tech.anonymoushacker1279.immersiveweapons.entity.npc.trading
 
TradeLoader() - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeLoader
 
tradeRefreshTime() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.MerchantTrades
Returns the value of the tradeRefreshTime record component.
trades() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeGroup
Returns the value of the trades record component.
trades() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
Returns the value of the trades record component.
TRADES - Static variable in class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.TradeLoader
 
translateToHand(HumanoidArm, PoseStack) - Method in class tech.anonymoushacker1279.immersiveweapons.client.model.SkeletonMerchantModel
 
TREE_DECORATORS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.TreeDecoratorRegistry
 
TreeDecoratorRegistry - Class in tech.anonymoushacker1279.immersiveweapons.init
 
TreeDecoratorRegistry() - Constructor for class tech.anonymoushacker1279.immersiveweapons.init.TreeDecoratorRegistry
 
trigger(ServerPlayer, Entity) - Method in class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger
 
TRIGGER_ASSEMBLY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
TRIGGER_TYPE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.CriterionTriggerRegistry
 
TRIGGERED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
TriggerInstance(Optional<ContextAwarePredicate>, Optional<ContextAwarePredicate>) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.advancement.EntityDiscoveredTrigger.TriggerInstance
Creates an instance of a TriggerInstance record class.
TROLL_FLAG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
TROLL_FLAG_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
type - Variable in class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
 
type() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
 
type() - Method in class tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators.BurnedBranchDecorator
 
TYPE - Static variable in record class tech.anonymoushacker1279.immersiveweapons.network.task.SyncMerchantTradesConfigurationTask
 

U

unpackLootTable(Player) - Method in class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomChestBoatEntity
 
unrestrictedEnchant(ItemStack, Enchantment, int) - Static method in class tech.anonymoushacker1279.immersiveweapons.util.GeneralUtilities
Adds an enchantment to an ItemStack, like ItemStack.enchant(Enchantment, int), but uses a custom helper method.
updateNoActionTime() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.monster.DyingSoldierEntity
 
updateResult() - Method in class tech.anonymoushacker1279.immersiveweapons.blockentity.StarForgeBlockEntity
 
updateServer(ServerPlayer, int, int, boolean) - Static method in class tech.anonymoushacker1279.immersiveweapons.menu.StarForgeMenu
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BranchBlock
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.PitfallBlock
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.SolarLensBlock
 
updateTrades() - Method in class tech.anonymoushacker1279.immersiveweapons.entity.npc.AbstractMerchantEntity
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.CommanderPedestalBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.AmmunitionTableBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.SmallPartsTableBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
Runs when the block is activated.
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.AstralCrystalBlock
Runs when the block is activated.
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
Runs when the block is activated.
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.misc.ChampionKeycardBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.MortarBlock
Runs when the block is activated.
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.SandbagBlock
 
use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class tech.anonymoushacker1279.immersiveweapons.block.star_forge.StarForgeControllerBlock
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AzulLocatorItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CurseCleaningSoapItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedSightStaffItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.PainkillerItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.MeteorStaffItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.potion.CustomPotionItem
Runs when the item is used.
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.RecoveryStaffItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.SculkStaffItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusStaff
Runs when the player right-clicks.
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.UsedSyringeItem
 
use(Level, Player, InteractionHand) - Method in class tech.anonymoushacker1279.immersiveweapons.item.utility.CustomBoatItem
 
USED_SYRINGE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
USED_SYRINGE - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
USED_SYRINGE_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
usedOnEntity - Variable in class tech.anonymoushacker1279.immersiveweapons.item.fortitude.AbstractFortitudeItem
 
UsedSyringeItem - Class in tech.anonymoushacker1279.immersiveweapons.item
 
UsedSyringeItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.UsedSyringeItem
Constructor for UsedSyringeItem.
useOnRelease(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.AzulLocatorItem
 
useOnRelease(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.CursedItem
 
useOnRelease(ItemStack) - Method in class tech.anonymoushacker1279.immersiveweapons.item.MeteorStaffItem
 

V

value() - Element in annotation interface tech.anonymoushacker1279.immersiveweapons.util.markers.DatagenExclusionMarker
The type(s) of exclusion this registry entry should have.
value() - Element in annotation interface tech.anonymoushacker1279.immersiveweapons.util.markers.LanguageEntryOverride
The value of the language entry.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder.EffectScalingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem.PacketTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils.HitEffect
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.DatagenExclusionMarker.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker.PredefinedGroups
Returns the enum constant of this class with the specified name.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.blockentity.CommanderPedestalBlockEntity.AugmentTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.entity.vehicle.CustomBoatType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.AccessorySlot
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectBuilder.EffectScalingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.AccessoryItem.EffectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.TeslaArmorItem.EffectState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem.PacketTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.gun.AbstractGunItem.PowderType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.KillCountWeapon.WeaponTier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.projectile.ThrowableItem.ThrowableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils.HitEffect
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.DatagenExclusionMarker.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker.PredefinedGroups
Returns an array containing the constants of this enum class, in the order they are declared.
VANILLA_IMPACT_STATUS_ID - Static variable in class tech.anonymoushacker1279.immersiveweapons.entity.projectile.CustomArrowEntity
 
VELOCITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
VelocityEnchantment - Class in tech.anonymoushacker1279.immersiveweapons.enchantment
 
VelocityEnchantment(Enchantment.Rarity, EnchantmentCategory, EquipmentSlot[]) - Constructor for class tech.anonymoushacker1279.immersiveweapons.enchantment.VelocityEnchantment
 
VENSTRAL_JAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENSTRAL_JAR - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.utility.AccessoryItemEffects
 
VENTUS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomArmorMaterials
 
VENTUS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.item.tool.HitEffectUtils.HitEffect
 
VENTUS - Static variable in class tech.anonymoushacker1279.immersiveweapons.item.materials.CustomItemMaterials
 
VENTUS_ARMOR_EQUIP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
VENTUS_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
VENTUS_AXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_BOOTS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_CHESTPLATE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_HELMET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_HOE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_LEGGINGS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
VENTUS_ORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
VENTUS_ORE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
VENTUS_PICKAXE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_SHARDS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_SHOVEL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_STAFF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_STAFF_CORE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_SWORD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
VENTUS_TOOLS - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.util.markers.TextureMetadataMarker.PredefinedGroups
 
VentusArmorItem - Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
VentusArmorItem(ArmorMaterial, ArmorItem.Type, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.armor.VentusArmorItem
 
VentusArmorItem.PacketTypes - Enum Class in tech.anonymoushacker1279.immersiveweapons.item.armor
 
VentusArmorPayload - Record Class in tech.anonymoushacker1279.immersiveweapons.network.payload
 
VentusArmorPayload(FriendlyByteBuf) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
 
VentusArmorPayload(VentusArmorItem.PacketTypes, boolean) - Constructor for record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
Creates an instance of a VentusArmorPayload record class.
VentusArmorPayloadHandler - Class in tech.anonymoushacker1279.immersiveweapons.network.handler
 
VentusArmorPayloadHandler() - Constructor for class tech.anonymoushacker1279.immersiveweapons.network.handler.VentusArmorPayloadHandler
 
VentusAxe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
VentusAxe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusAxe
Constructor for VentusAxe.
VentusGauntletItem - Class in tech.anonymoushacker1279.immersiveweapons.item.gauntlet
 
VentusGauntletItem(Tier, int, float, Item.Properties, float, int, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.gauntlet.VentusGauntletItem
 
VentusHoe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
VentusHoe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusHoe
Constructor for VentusHoe.
VentusPickaxe - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
VentusPickaxe(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusPickaxe
Constructor for VentusPickaxe.
VentusPikeItem - Class in tech.anonymoushacker1279.immersiveweapons.item.pike
 
VentusPikeItem(Tier, Item.Properties, double, double, Ingredient) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.pike.VentusPikeItem
 
VentusShovel - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
VentusShovel(Tier, float, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusShovel
Constructor for VentusShovel.
VentusStaff - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
VentusStaff(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusStaff
Constructor for VentusStaff.
VentusSword - Class in tech.anonymoushacker1279.immersiveweapons.item.tool.ventus
 
VentusSword(Tier, int, float, Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.tool.ventus.VentusSword
Constructor for VentusSword.
VINES - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
VINES - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
volume() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
Returns the value of the volume record component.
volume() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
Returns the value of the volume record component.

W

WALL_SHELF - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
WALL_SHELF_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
WANDERING_WARRIOR - Enum constant in enum class tech.anonymoushacker1279.immersiveweapons.block.decoration.skull.CustomSkullTypes
 
WANDERING_WARRIOR_AMBIENT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
WANDERING_WARRIOR_DEATH - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
WANDERING_WARRIOR_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
WANDERING_WARRIOR_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
WANDERING_WARRIOR_HEAD_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
WANDERING_WARRIOR_HEAD_LAYER - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.ModelLayerLocations
 
WANDERING_WARRIOR_HURT - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
WANDERING_WARRIOR_SPAWN_EGG - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WANDERING_WARRIOR_STEP - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.SoundEventRegistry
 
WANDERING_WARRIOR_WALL_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
WanderingWarriorEntity - Class in tech.anonymoushacker1279.immersiveweapons.entity.monster
 
WanderingWarriorEntity(EntityType<? extends WanderingWarriorEntity>, Level) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.monster.WanderingWarriorEntity
 
WanderingWarriorRenderer - Class in tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob
 
WanderingWarriorRenderer(EntityRendererProvider.Context) - Constructor for class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.mob.WanderingWarriorRenderer
Constructor for WanderingWarriorRenderer.
WARDEN_HEART - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WARPED_TABLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
WARPED_TABLE_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
wasExploded(Level, BlockPos, Explosion) - Method in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.barbed_wire.BarbedWireBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.BearTrapBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.core.DamageableBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.crafting.BarrelTapBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.crafting.TeslaSynthesizerBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.BiohazardBoxBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.CampChairBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.FlagPoleBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.ShelfBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.decoration.WoodenTableBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.LandmineBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.mud.HardenedMudWindowBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.PanelBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.PanicAlarmBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.PunjiSticksBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.SpikeTrapBlock
 
WATERLOGGED - Static variable in class tech.anonymoushacker1279.immersiveweapons.block.SpotlightBlock
 
waveSpawnCooldown - Variable in class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
WaveSummonGoal<T extends net.minecraft.world.entity.Mob & WaveSummoningBoss> - Class in tech.anonymoushacker1279.immersiveweapons.entity.ai.goal
 
WaveSummonGoal(T, String) - Constructor for class tech.anonymoushacker1279.immersiveweapons.entity.ai.goal.WaveSummonGoal
 
WaveSummoningBoss - Interface in tech.anonymoushacker1279.immersiveweapons.entity
 
WEAPONS_OR_TOOLS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry
 
WHITE_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
WHITE_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
WIDE_GOLDEN_BARREL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WineItem - Class in tech.anonymoushacker1279.immersiveweapons.item.potion
 
WineItem(Item.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.item.potion.WineItem
Constructor for WineItem.
WOOD_LOGS_MODIFIER - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.LootModifierRegistry
 
WOODEN_ARROW - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_ARROW_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
WOODEN_GAUNTLET - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_MUSKET_BALL - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_MUSKET_BALL_ENTITY - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.EntityRegistry
 
WOODEN_PIKE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_PIKE_HEAD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_PISTOL_HANDLE - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_SHARD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WOODEN_SPIKES - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
WOODEN_SPIKES - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
WOODEN_SPIKES_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 
WOODEN_SPIKES_KEY - Static variable in class tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources
 
WOODEN_TOOL_ROD - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.ItemRegistry
 
WoodenSpikesBlock - Class in tech.anonymoushacker1279.immersiveweapons.block
 
WoodenSpikesBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.WoodenSpikesBlock
Constructor for WoodenSpikesBlock.
WoodenTableBlock - Class in tech.anonymoushacker1279.immersiveweapons.block.decoration
 
WoodenTableBlock(BlockBehaviour.Properties) - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.decoration.WoodenTableBlock
Constructor for WoodenTableBlock.
WoodTypes - Class in tech.anonymoushacker1279.immersiveweapons.block.properties
 
WoodTypes() - Constructor for class tech.anonymoushacker1279.immersiveweapons.block.properties.WoodTypes
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AmmunitionTablePayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralArmorPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.AstralCrystalPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.BulletEntityDebugPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.CobaltArmorPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.DebugDataPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.GunScopePayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.LocalSoundPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.PlayerSoundPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeMenuPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.star_forge.StarForgeUpdateRecipesPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncMerchantTradesPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SyncPlayerDataPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.TeslaArmorPayload
 
write(FriendlyByteBuf) - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.VentusArmorPayload
 
write(FriendlyByteBuf, CallbackInfo) - Method in class tech.anonymoushacker1279.immersiveweapons.mixin.ClientboundSetEntityMotionPacketMixin
 
writeToNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
writeToNetwork(FriendlyByteBuf) - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 
writeToString() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
 
writeToString() - Method in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions
 

X

x() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns the value of the x record component.
xOffset(float) - Method in class tech.anonymoushacker1279.immersiveweapons.client.renderer.entity.layers.StormCreeperPowerLayer
 
xpReward() - Method in record class tech.anonymoushacker1279.immersiveweapons.entity.npc.trading.trades.ItemsForEmeralds
Returns the value of the xpReward record component.

Y

y() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns the value of the y record component.
YELLOW - Static variable in class tech.anonymoushacker1279.immersiveweapons.client.particle.smoke_grenade.SmokeGrenadeParticleOptions.SmokeGrenadeColors
 
YELLOW_STAINED_BULLETPROOF_GLASS - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockRegistry
 
YELLOW_STAINED_BULLETPROOF_GLASS_ITEM - Static variable in class tech.anonymoushacker1279.immersiveweapons.init.BlockItemRegistry
 

Z

z() - Method in record class tech.anonymoushacker1279.immersiveweapons.network.payload.SmokeGrenadePayload
Returns the value of the z record component.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values