Package Hierarchies:
- com.bleudev.nine_lifes,
- com.bleudev.nine_lifes.client,
- com.bleudev.nine_lifes.client.compat.modmenu,
- com.bleudev.nine_lifes.client.custom,
- com.bleudev.nine_lifes.client.custom.entity.model,
- com.bleudev.nine_lifes.client.custom.entity.render,
- com.bleudev.nine_lifes.client.util,
- com.bleudev.nine_lifes.compat,
- com.bleudev.nine_lifes.custom,
- com.bleudev.nine_lifes.custom.consume,
- com.bleudev.nine_lifes.custom.effect,
- com.bleudev.nine_lifes.custom.entity,
- com.bleudev.nine_lifes.custom.entity.ai.goal,
- com.bleudev.nine_lifes.custom.event,
- com.bleudev.nine_lifes.interfaces.mixin,
- com.bleudev.nine_lifes.mixin,
- com.bleudev.nine_lifes.mixin.client,
- com.bleudev.nine_lifes.networking,
- com.bleudev.nine_lifes.networking.payloads,
- com.bleudev.nine_lifes.util
Class Hierarchy
- java.lang.Object
- com.bleudev.nine_lifes.mixin.AbstractFurnaceBlockEntityMixin
- com.bleudev.nine_lifes.mixin.BrewingStandBlockEntityMixin (implements com.bleudev.nine_lifes.interfaces.mixin.BrewingStandBlockEntityCustomInterface)
- com.bleudev.nine_lifes.mixin.CampfireBlockEntityMixin
- com.bleudev.nine_lifes.ClientModStorage
- com.bleudev.nine_lifes.ClientModStorage.AmethysmEffectInfo
- com.bleudev.nine_lifes.ClientModStorage.CenterHeartInfo
- com.bleudev.nine_lifes.ClientModStorage.ChargeEffectInfo
- com.bleudev.nine_lifes.ClientModStorage.DynamicQuestionMarkInfo
- com.bleudev.nine_lifes.util.ComponentUtils
- com.bleudev.nine_lifes.custom.CustomCommands
- com.bleudev.nine_lifes.custom.CustomConsumeEffectTypes
- com.bleudev.nine_lifes.custom.CustomDamageTypes
- com.bleudev.nine_lifes.custom.CustomEffects
- com.bleudev.nine_lifes.custom.CustomEnchantments
- com.bleudev.nine_lifes.custom.CustomEnchantments.Entries
- com.bleudev.nine_lifes.custom.CustomEntities
- com.bleudev.nine_lifes.client.custom.CustomEntityRenderers
- com.bleudev.nine_lifes.custom.CustomPotions
- com.bleudev.nine_lifes.custom.CustomTags
- com.bleudev.nine_lifes.custom.CustomTags.DamageTypeTags
- com.bleudev.nine_lifes.custom.CustomTags.ItemTags
- com.bleudev.nine_lifes.mixin.client.DeathScreenMixin
- net.minecraft.entity.Entity (implements net.fabricmc.fabric.api.attachment.v1.AttachmentTarget, net.minecraft.component.ComponentsAccess, net.minecraft.entity.data.DataTracked, net.minecraft.world.debug.DebugTrackable, net.minecraft.world.entity.EntityLike, net.minecraft.util.HeldItemContext, net.minecraft.util.Nameable, net.minecraft.scoreboard.ScoreHolder)
- net.minecraft.entity.LivingEntity (implements net.minecraft.entity.Attackable, net.minecraft.world.waypoint.ServerWaypoint)
- net.minecraft.entity.mob.MobEntity (implements net.minecraft.entity.EquipmentHolder, net.minecraft.entity.Leashable, net.minecraft.entity.Targeter)
- net.minecraft.entity.mob.PathAwareEntity
- net.minecraft.client.render.entity.EntityRenderer<T,S>
- net.minecraft.client.render.entity.LivingEntityRenderer<T,S,M> (implements net.minecraft.client.render.entity.feature.FeatureRendererContext<S,M>)
- com.bleudev.nine_lifes.custom.event.EntitySpawnEvents
- net.minecraft.entity.ai.goal.Goal
- com.bleudev.nine_lifes.util.LivesUtils
- com.bleudev.nine_lifes.mixin.LivingEntityMixin (implements com.bleudev.nine_lifes.interfaces.mixin.LivingEntityCustomInterface)
- eu.midnightdust.lib.config.MidnightConfig
- net.minecraft.client.model.Model<S>
- net.minecraft.client.render.entity.model.EntityModel<T>
- net.minecraft.client.render.entity.model.BipedEntityModel<T> (implements net.minecraft.client.render.entity.model.ModelWithArms<T>, net.minecraft.client.render.entity.model.ModelWithHead)
- net.minecraft.client.render.entity.model.ArmorStandArmorEntityModel
- net.minecraft.client.render.entity.model.ArmorStandEntityModel
- com.bleudev.nine_lifes.client.compat.modmenu.ModMenuConfig (implements com.terraformersmc.modmenu.api.ModMenuApi)
- com.bleudev.nine_lifes.Nine_lifes (implements net.fabricmc.api.ModInitializer)
- com.bleudev.nine_lifes.client.Nine_lifesClient (implements net.fabricmc.api.ClientModInitializer)
- com.bleudev.nine_lifes.NineLifesConst
- com.bleudev.nine_lifes.networking.Packets
- com.bleudev.nine_lifes.util.RegistryUtils
- com.bleudev.nine_lifes.client.util.RenderingUtils
- com.bleudev.nine_lifes.mixin.ServerPlayerEntityMixin (implements com.bleudev.nine_lifes.interfaces.mixin.ServerPlayerEntityCustomInteface)
- com.bleudev.nine_lifes.mixin.ServerWorldMixin
- net.minecraft.entity.effect.StatusEffect (implements net.minecraft.resource.featuretoggle.ToggleableFeature)
- com.bleudev.nine_lifes.util.TextUtils
- com.bleudev.nine_lifes.compat.VersionCompat
- com.bleudev.nine_lifes.WindChargeTickFeatures
- com.bleudev.nine_lifes.util.WorldUtils
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.bleudev.nine_lifes.custom.consume.AmethysmConsumeEffect (implements net.minecraft.item.consume.ConsumeEffect)
- com.bleudev.nine_lifes.networking.payloads.ArmorStandHitEvent (implements net.minecraft.network.packet.CustomPayload)
- com.bleudev.nine_lifes.networking.payloads.JoinMessage (implements net.minecraft.network.packet.CustomPayload)
- com.bleudev.nine_lifes.networking.payloads.StartAmethysmScreenEffect (implements net.minecraft.network.packet.CustomPayload)
- com.bleudev.nine_lifes.networking.payloads.StartChargeScreenEffect (implements net.minecraft.network.packet.CustomPayload)
- com.bleudev.nine_lifes.networking.payloads.StartWhitenessScreenEvent (implements net.minecraft.network.packet.CustomPayload)
- com.bleudev.nine_lifes.networking.payloads.UpdateCenterHeart (implements net.minecraft.network.packet.CustomPayload)