Hierarchy For All Packages
- fr.fidorial,
- fr.fidorial.attribute,
- fr.fidorial.combat,
- fr.fidorial.command,
- fr.fidorial.command.argument,
- fr.fidorial.command.argument.predicate,
- fr.fidorial.command.argument.range,
- fr.fidorial.command.argument.resolvers,
- fr.fidorial.command.argument.resolvers.selector,
- fr.fidorial.entity,
- fr.fidorial.entity.ai,
- fr.fidorial.event,
- fr.fidorial.event.entity,
- fr.fidorial.event.player,
- fr.fidorial.event.server,
- fr.fidorial.inventory,
- fr.fidorial.permission,
- fr.fidorial.plugin,
- fr.fidorial.protocol,
- fr.fidorial.registry,
- fr.fidorial.registry.data,
- fr.fidorial.registry.keys,
- fr.fidorial.scheduler,
- fr.fidorial.service,
- fr.fidorial.sound,
- fr.fidorial.status,
- fr.fidorial.storage.player,
- fr.fidorial.testing,
- fr.fidorial.testing.annotation,
- fr.fidorial.translation,
- fr.fidorial.world,
- fr.fidorial.world.block,
- fr.fidorial.world.block.data,
- fr.fidorial.world.block.data.type,
- fr.fidorial.world.entity,
- fr.fidorial.world.fluid,
- fr.fidorial.world.generation,
- fr.fidorial.world.light,
- fr.fidorial.world.time,
- fr.fidorial.world.weather
Class Hierarchy
- java.lang.Object
- fr.fidorial.command.argument.ArgumentTypes
- fr.fidorial.attribute.Attribute
- fr.fidorial.registry.keys.AttributeKeys
- fr.fidorial.registry.keys.BannerPatternKeys
- fr.fidorial.registry.keys.BiomeKeys
- fr.fidorial.event.player.BlockBreakEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.event.player.BlockPlaceEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.world.block.BlockProperties
- fr.fidorial.world.block.Blocks
- fr.fidorial.world.block.BlockTraits
- fr.fidorial.world.block.BlockType
- fr.fidorial.world.block.BlockType.Builder
- fr.fidorial.registry.keys.BlockTypeKeys
- fr.fidorial.registry.keys.CatSoundVariantKeys
- fr.fidorial.registry.keys.CatVariantKeys
- fr.fidorial.registry.keys.ChatTypeKeys
- fr.fidorial.registry.keys.ChickenSoundVariantKeys
- fr.fidorial.registry.keys.ChickenVariantKeys
- fr.fidorial.registry.keys.CowSoundVariantKeys
- fr.fidorial.registry.keys.CowVariantKeys
- fr.fidorial.combat.DamageSource
- fr.fidorial.registry.keys.DamageTypeKeys
- fr.fidorial.registry.keys.DataComponentTypeKeys
- fr.fidorial.registry.keys.DialogKeys
- fr.fidorial.registry.keys.DimensionTypeKeys
- fr.fidorial.registry.keys.EnchantmentKeys
- fr.fidorial.inventory.EnderChestInventory (implements fr.fidorial.inventory.Container)
- fr.fidorial.event.entity.EntityDamageEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.Event)
- fr.fidorial.event.entity.EntityDeathEvent (implements fr.fidorial.event.Event)
- fr.fidorial.event.player.PlayerDeathEvent
- fr.fidorial.registry.keys.FrogVariantKeys
- fr.fidorial.registry.keys.GameEventKeys
- fr.fidorial.registry.keys.GameRuleKeys
- fr.fidorial.registry.keys.InstrumentKeys
- fr.fidorial.registry.keys.ItemKeys
- fr.fidorial.inventory.ItemStack
- fr.fidorial.registry.keys.JukeboxSongKeys
- fr.fidorial.registry.keys.MapDecorationTypeKeys
- fr.fidorial.registry.keys.MenuTypeKeys
- fr.fidorial.registry.keys.MobEffectKeys
- fr.fidorial.entity.OfflinePlayer
- fr.fidorial.registry.keys.PaintingVariantKeys
- fr.fidorial.permission.PermissionState
- fr.fidorial.registry.keys.PigSoundVariantKeys
- fr.fidorial.registry.keys.PigVariantKeys
- fr.fidorial.event.player.PlayerAttackEntityEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.event.player.PlayerChatEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.inventory.PlayerInventory (implements fr.fidorial.inventory.Container)
- fr.fidorial.event.player.PlayerLoginAttemptEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.Event)
- fr.fidorial.event.player.PlayerMoveEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.event.player.PlayerOpenEnderChestEvent (implements fr.fidorial.event.Cancellable, fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.event.player.PlayerRespawnEvent (implements fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.testing.ScenarioTestHelper
- fr.fidorial.testing.ScenarioTestInfo
- fr.fidorial.testing.ScenarioTestInstance
- fr.fidorial.testing.ScenarioTestSequence
- fr.fidorial.testing.ScenarioTestSequence.Builder
- fr.fidorial.command.argument.resolvers.SelectorArgumentResolver (implements fr.fidorial.command.argument.resolvers.ArgumentResolver<T>)
- fr.fidorial.registry.SimpleRegistry<T> (implements fr.fidorial.registry.Registry<T>)
- fr.fidorial.registry.keys.SoundEventKeys
- fr.fidorial.sound.SoundEvents
- fr.fidorial.registry.keys.TimelineKeys
- fr.fidorial.translation.TranslationStore.Holder
- fr.fidorial.registry.keys.TrimMaterialKeys
- fr.fidorial.registry.keys.TrimPatternKeys
- fr.fidorial.registry.keys.VillagerProfessionKeys
- fr.fidorial.registry.keys.VillagerTypeKeys
- fr.fidorial.registry.keys.WolfSoundVariantKeys
- fr.fidorial.registry.keys.WolfVariantKeys
- fr.fidorial.world.WorldBuilder
- fr.fidorial.world.WorldBuilder.Builder
- fr.fidorial.registry.keys.WorldClockKeys
- fr.fidorial.registry.keys.ZombieNautilusVariantKeys
Interface Hierarchy
- fr.fidorial.command.argument.resolvers.AngleResolver
- fr.fidorial.command.argument.ArgumentProvider
- fr.fidorial.command.argument.resolvers.ArgumentResolver<T>
- fr.fidorial.command.argument.resolvers.BlockPosResolver
- fr.fidorial.command.argument.resolvers.PlayerProfileListResolver
- fr.fidorial.command.argument.resolvers.PositionResolver
- fr.fidorial.command.argument.resolvers.selector.SelectorArgumentResolver<T>
- fr.fidorial.command.argument.resolvers.selector.EntitySelectorArgumentResolver
- fr.fidorial.command.argument.resolvers.selector.PlayerSelectorArgumentResolver
- com.mojang.brigadier.arguments.ArgumentType<T>
- fr.fidorial.command.argument.CustomArgumentType<T,
N> - fr.fidorial.command.argument.CustomArgumentType.Converted<T,
N>
- fr.fidorial.command.argument.CustomArgumentType.Converted<T,
- fr.fidorial.command.argument.CustomArgumentType<T,
- java.lang.AutoCloseable
- fr.fidorial.permission.PermissionGrant
- fr.fidorial.event.Subscription
- fr.fidorial.world.block.BlockBehaviour
- fr.fidorial.world.block.BlockData
- fr.fidorial.world.block.data.Ageable
- fr.fidorial.world.block.data.Bisected
- fr.fidorial.world.block.data.type.Door (also extends fr.fidorial.world.block.data.Directional, fr.fidorial.world.block.data.Openable, fr.fidorial.world.block.data.Powerable)
- fr.fidorial.world.block.data.type.Stairs (also extends fr.fidorial.world.block.data.Directional, fr.fidorial.world.block.data.Waterlogged)
- fr.fidorial.world.block.data.Directional
- fr.fidorial.world.block.data.type.Door (also extends fr.fidorial.world.block.data.Bisected, fr.fidorial.world.block.data.Openable, fr.fidorial.world.block.data.Powerable)
- fr.fidorial.world.block.data.type.Stairs (also extends fr.fidorial.world.block.data.Bisected, fr.fidorial.world.block.data.Waterlogged)
- fr.fidorial.world.block.data.Levelled
- fr.fidorial.world.block.data.Lightable
- fr.fidorial.world.block.data.Openable
- fr.fidorial.world.block.data.type.Door (also extends fr.fidorial.world.block.data.Bisected, fr.fidorial.world.block.data.Directional, fr.fidorial.world.block.data.Powerable)
- fr.fidorial.world.block.data.Orientable
- fr.fidorial.world.block.data.Powerable
- fr.fidorial.world.block.data.type.Door (also extends fr.fidorial.world.block.data.Bisected, fr.fidorial.world.block.data.Directional, fr.fidorial.world.block.data.Openable)
- fr.fidorial.world.block.data.type.NoteBlock
- fr.fidorial.world.block.data.Rotatable
- fr.fidorial.world.block.data.Snowable
- fr.fidorial.world.block.data.Waterlogged
- fr.fidorial.world.block.data.type.Slab
- fr.fidorial.world.block.data.type.Stairs (also extends fr.fidorial.world.block.data.Bisected, fr.fidorial.world.block.data.Directional)
- fr.fidorial.world.block.BlockGetter
- fr.fidorial.world.block.BlockRegistry
- fr.fidorial.event.Cancellable
- fr.fidorial.world.Chunk
- fr.fidorial.combat.CombatService
- fr.fidorial.command.CommandRegistry
- fr.fidorial.command.Commands
- fr.fidorial.command.CommandSource
- fr.fidorial.entity.Entity (also extends net.kyori.adventure.text.event.HoverEventSource<V>, net.kyori.adventure.sound.Sound.Emitter, net.kyori.adventure.sound.Sound.Source.Provider)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.combat.Damageable
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSender, fr.fidorial.command.CommandSource, fr.fidorial.permission.PermissionHolder)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSender, fr.fidorial.entity.LivingEntity, fr.fidorial.permission.PermissionHolder)
- fr.fidorial.entity.Entity (also extends net.kyori.adventure.text.event.HoverEventSource<V>, net.kyori.adventure.sound.Sound.Emitter, net.kyori.adventure.sound.Sound.Source.Provider)
- net.kyori.adventure.text.serializer.ComponentDecoder<S,
O> - net.kyori.adventure.text.serializer.ComponentSerializer<I,
O, R> (also extends net.kyori.adventure.text.serializer.ComponentEncoder<I, R>) - fr.fidorial.command.MessageComponentSerializer
- net.kyori.adventure.text.serializer.ComponentSerializer<I,
- net.kyori.adventure.text.serializer.ComponentEncoder<I,
R> - net.kyori.adventure.text.serializer.ComponentSerializer<I,
O, R> (also extends net.kyori.adventure.text.serializer.ComponentDecoder<S, O>) - fr.fidorial.command.MessageComponentSerializer
- net.kyori.adventure.text.serializer.ComponentSerializer<I,
- fr.fidorial.inventory.Container
- fr.fidorial.world.time.DayNightCycle
- fr.fidorial.entity.EntityManager
- fr.fidorial.entity.EntityPredicate
- fr.fidorial.world.entity.EntitySpawnBridge
- fr.fidorial.event.Event
- fr.fidorial.event.player.PlayerEvent
- fr.fidorial.event.server.ServerStatusRequestEvent
- fr.fidorial.event.EventBus
- fr.fidorial.status.Favicon
- fr.fidorial.world.fluid.FluidManager
- fr.fidorial.command.argument.ForceServerSuggestions
- fr.fidorial.world.generation.GeneratedChunk
- fr.fidorial.entity.ai.Goal
- net.kyori.adventure.text.event.HoverEventSource<V>
- fr.fidorial.entity.Entity (also extends fr.fidorial.command.CommandSource, net.kyori.adventure.sound.Sound.Emitter, net.kyori.adventure.sound.Sound.Source.Provider)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.combat.Damageable
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSender, fr.fidorial.command.CommandSource, fr.fidorial.permission.PermissionHolder)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.entity.Entity (also extends fr.fidorial.command.CommandSource, net.kyori.adventure.sound.Sound.Emitter, net.kyori.adventure.sound.Sound.Source.Provider)
- net.kyori.adventure.key.Keyed
- fr.fidorial.registry.data.Attribute
- fr.fidorial.registry.data.BannerPattern
- fr.fidorial.registry.data.Biome
- fr.fidorial.registry.data.BlockType
- fr.fidorial.registry.data.CatSoundVariant
- fr.fidorial.registry.data.CatVariant
- fr.fidorial.registry.data.ChatType
- fr.fidorial.registry.data.ChickenSoundVariant
- fr.fidorial.registry.data.ChickenVariant
- fr.fidorial.registry.data.CowSoundVariant
- fr.fidorial.registry.data.CowVariant
- fr.fidorial.registry.data.DamageType
- fr.fidorial.registry.data.DataComponentType
- fr.fidorial.registry.data.Dialog
- fr.fidorial.registry.data.DimensionType
- fr.fidorial.registry.data.Enchantment
- fr.fidorial.registry.data.FrogVariant
- fr.fidorial.registry.data.GameEvent
- fr.fidorial.registry.data.GameRule
- fr.fidorial.registry.data.Instrument
- fr.fidorial.registry.data.Item
- fr.fidorial.registry.data.JukeboxSong
- fr.fidorial.registry.data.MapDecorationType
- fr.fidorial.registry.data.MenuType
- fr.fidorial.registry.data.MobEffect
- fr.fidorial.registry.data.PaintingVariant
- fr.fidorial.registry.data.PigSoundVariant
- fr.fidorial.registry.data.PigVariant
- fr.fidorial.registry.data.SoundEvent
- fr.fidorial.registry.data.Timeline
- fr.fidorial.registry.data.TrimMaterial
- fr.fidorial.registry.data.TrimPattern
- fr.fidorial.registry.data.VillagerProfession
- fr.fidorial.registry.data.VillagerType
- fr.fidorial.registry.data.WolfSoundVariant
- fr.fidorial.registry.data.WolfVariant
- fr.fidorial.world.World (also extends net.kyori.adventure.audience.ForwardingAudience)
- fr.fidorial.registry.data.WorldClock
- fr.fidorial.registry.data.ZombieNautilusVariant
- fr.fidorial.entity.OfflinePlayers
- fr.fidorial.protocol.PacketListener
- fr.fidorial.permission.PermissionHolder
- fr.fidorial.command.CommandSender (also extends net.kyori.adventure.audience.Audience)
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSource, fr.fidorial.entity.LivingEntity, fr.fidorial.permission.PermissionHolder)
- fr.fidorial.permission.PermissionStateHolder
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSender, fr.fidorial.command.CommandSource, fr.fidorial.entity.LivingEntity)
- fr.fidorial.command.CommandSender (also extends net.kyori.adventure.audience.Audience)
- fr.fidorial.permission.PermissionRegistry
- fr.fidorial.permission.PermissionResolver
- fr.fidorial.storage.player.PlayerDataStorage
- fr.fidorial.storage.player.PlayerEnderChestStorage
- fr.fidorial.storage.player.PlayerInventoryStorage
- fr.fidorial.plugin.Plugin
- fr.fidorial.plugin.PluginContext
- fr.fidorial.plugin.PluginManager
- net.kyori.adventure.pointer.Pointered
- net.kyori.adventure.audience.Audience
- fr.fidorial.command.CommandSender (also extends fr.fidorial.permission.PermissionHolder)
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSource, fr.fidorial.entity.LivingEntity, fr.fidorial.permission.PermissionHolder)
- net.kyori.adventure.audience.ForwardingAudience
- fr.fidorial.command.CommandSender (also extends fr.fidorial.permission.PermissionHolder)
- net.kyori.adventure.audience.Audience
- java.util.function.Predicate<T>
- fr.fidorial.command.argument.predicate.ItemStackPredicate
- fr.fidorial.command.argument.range.RangeProvider<T>
- fr.fidorial.command.argument.range.DoubleRangeProvider
- fr.fidorial.command.argument.range.IntegerRangeProvider
- fr.fidorial.scheduler.RegionizedScheduler
- fr.fidorial.scheduler.RegionTickHandler
- fr.fidorial.scheduler.RegionTps
- fr.fidorial.registry.Registry<T>
- fr.fidorial.protocol.ServerboundPacket
- fr.fidorial.status.ServerStatus
- fr.fidorial.status.ServerStatus.Builder
- fr.fidorial.service.ServiceRegistry
- net.kyori.adventure.sound.Sound.Emitter
- fr.fidorial.entity.Entity (also extends fr.fidorial.command.CommandSource, net.kyori.adventure.text.event.HoverEventSource<V>, net.kyori.adventure.sound.Sound.Source.Provider)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.combat.Damageable
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSender, fr.fidorial.command.CommandSource, fr.fidorial.permission.PermissionHolder)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.entity.Entity (also extends fr.fidorial.command.CommandSource, net.kyori.adventure.text.event.HoverEventSource<V>, net.kyori.adventure.sound.Sound.Source.Provider)
- net.kyori.adventure.sound.Sound.Source.Provider
- fr.fidorial.entity.Entity (also extends fr.fidorial.command.CommandSource, net.kyori.adventure.text.event.HoverEventSource<V>, net.kyori.adventure.sound.Sound.Emitter)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.combat.Damageable
- fr.fidorial.entity.Player (also extends fr.fidorial.command.CommandSender, fr.fidorial.command.CommandSource, fr.fidorial.permission.PermissionHolder)
- fr.fidorial.entity.LivingEntity
- fr.fidorial.entity.Entity (also extends fr.fidorial.command.CommandSource, net.kyori.adventure.text.event.HoverEventSource<V>, net.kyori.adventure.sound.Sound.Emitter)
- fr.fidorial.translation.TranslationStore
- fr.fidorial.world.weather.WeatherManager
- fr.fidorial.world.generation.WorldGenerator
Annotation Interface Hierarchy
- fr.fidorial.testing.annotation.ScenarioTest (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- fr.fidorial.attribute.AttributeModifier.Operation
- fr.fidorial.world.block.data.Bisected.Half
- fr.fidorial.world.BlockFace
- fr.fidorial.world.time.DayPhase
- fr.fidorial.world.block.data.type.Door.Hinge
- fr.fidorial.entity.EntityType.Category
- fr.fidorial.attribute.EquipmentSlotGroup
- fr.fidorial.event.EventPriority
- fr.fidorial.world.fluid.FluidType
- fr.fidorial.entity.GameMode
- fr.fidorial.world.light.LightType
- fr.fidorial.world.block.data.Orientable.Axis
- fr.fidorial.testing.ScenarioTestInfo.State
- fr.fidorial.service.ServicePriority
- fr.fidorial.world.block.data.type.Slab.Type
- fr.fidorial.world.block.data.type.Stairs.Shape
- fr.fidorial.world.weather.Weather
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- fr.fidorial.attribute.AttributeModifier
- fr.fidorial.world.block.BlockPlaceContext
- fr.fidorial.world.BlockPos
- fr.fidorial.world.block.BlockProperty
- fr.fidorial.world.ChunkPos
- fr.fidorial.entity.EntityType
- fr.fidorial.world.fluid.FluidState
- fr.fidorial.world.Location
- fr.fidorial.entity.OfflinePlayerSnapshot
- fr.fidorial.entity.ai.Path
- fr.fidorial.permission.PermissionDefinition
- fr.fidorial.permission.PermissionNode (implements java.lang.Comparable<T>)
- fr.fidorial.storage.player.PlayerDataStorage.PlayerData
- fr.fidorial.event.player.PlayerJoinEvent (implements fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.entity.PlayerProfile
- fr.fidorial.entity.PlayerProfile.Property
- fr.fidorial.entity.PlayerProfileMeta
- fr.fidorial.event.player.PlayerQuitEvent (implements fr.fidorial.event.player.PlayerEvent)
- fr.fidorial.plugin.PluginMeta
- fr.fidorial.plugin.PluginMeta.PermissionEntry
- fr.fidorial.registry.RegistryKey<T>
- fr.fidorial.event.server.ServerStartedEvent (implements fr.fidorial.event.Event)
- fr.fidorial.status.ServerStatus.SamplePlayer
- fr.fidorial.status.ServerStatus.Version
- fr.fidorial.event.server.ServerStoppingEvent (implements fr.fidorial.event.Event)
- fr.fidorial.registry.TypedKey<T>
- java.lang.Record