Package dev.jaxydog.astral.register
package dev.jaxydog.astral.register
-
ClassDescriptionArmorMap<V extends Registered>A map containing values assigned to armor types.Implements the automatic registration system for extending classes.DyeMap<V extends Registered>A map containing values assigned to dye colors.Represents a possible mod registration environment and its associated interface.Marks a field as intentionally ignored during the automatic registration process.Provides a set of interfaces that enable the automatic registration system.Represents a type that is registered in all possible mod environments.Represents a type that should be registered on the client, but not the server environment.Represents a type that should be registered on both the client and server environments.Represents a type that generates assets or data.Represents a type that should be registered on the server, but not the client environment (unless playing in single-player).RegisteredMap<K,
V extends Registered> A generic map structure, backed by anObject2ObjectOpenHashMap, where all values implement theRegisteredinterface and are generated using a provided computation function.Instructs the registration system on the ordering with which to register this value as compared to other fields.