com.hypixel.hytale.server.core.asset.type.item.config.container
Package: com.hypixel.hytale.server.core.asset.type.item.config.container
Item drop container hierarchy for loot table evaluation. Containers are composed into trees that produce randomized item drops. Deserialized polymorphically via CodecMapCodec using a "Type" discriminator key. None of the types in this package are part of the public API surface.
| Type | Kind | Description |
|---|---|---|
| ItemDropContainer | class | Abstract base with weighted selection and polymorphic codec. |
| SingleItemDropContainer | class | Produces a single item drop. |
| MultipleItemDropContainer | class | Produces a random count of drops from children. |
| ChoiceItemDropContainer | class | Weighted random selection with configurable roll count. |
| DroplistItemDropContainer | class | Delegates to a named ItemDropList asset. |
| EmptyItemDropContainer | class | Produces no drops (null container). |
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.