Package me.ultrusmods.geneticaflora.data
Class GeneticaFloraBlockGroups
java.lang.Object
me.ultrusmods.geneticaflora.data.GeneticaFloraBlockGroups
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>, List<oshi.util.tuples.Pair<FlowerColors, net.minecraft.world.level.block.Block>>> A Map of tag keys of flower types to a list of pairs of the color to flower block. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCK_GROUPS
public static final Map<net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>,List<oshi.util.tuples.Pair<FlowerColors, BLOCK_GROUPSnet.minecraft.world.level.block.Block>>> A Map of tag keys of flower types to a list of pairs of the color to flower block. If null, that means its the vanilla flower block.
-
-
Constructor Details
-
GeneticaFloraBlockGroups
public GeneticaFloraBlockGroups()
-