Class AstralItemGroups
java.lang.Object
dev.jaxydog.astral.register.ContentRegistrar
dev.jaxydog.astral.content.item.group.AstralItemGroups
- All Implemented Interfaces:
Registered,Registered.All,Registered.Client,Registered.Common,Registered.Generated,Registered.Server
A container class that registers all
ItemGroup instances.- Since:
- 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.jaxydog.astral.register.Registered
Registered.All, Registered.Client, Registered.Common, Registered.Generated, Registered.Server -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AstralItemGroupThe mod's default item group.static final AstralCycledItemGroupThe item group used to list all dyeable amethyst blocks.static final AstralItemGroupThe item group used to store all of Starmoney's lore items. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.jaxydog.astral.register.ContentRegistrar
generate, getRegistryId, getRegistryPath, registerClient, registerCommon, registerServer
-
Field Details
-
DEFAULT
The mod's default item group.- Since:
- 2.0.0
-
DYED_AMETHYST
The item group used to list all dyeable amethyst blocks.- Since:
- 2.0.0
-
STARMONEY_PLAZA
The item group used to store all of Starmoney's lore items.- Since:
- 2.0.0
-
-
Constructor Details
-
AstralItemGroups
public AstralItemGroups()
-