Class ConventionalTemperatureStatusTags
java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.status.v2.tag.ConventionalTemperatureStatusTags
Conventional version of the tags defined in
TemperatureStatusTags provided for those who prefer to use the
common 'c' namespace. Note that not all tags are aliased here, only the ones that exist exclusively for conventional
purposes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.tags.TagKey<TemperatureStatus> Conventional alias ofTemperatureStatusTags.BENEFICIALstatic final net.minecraft.tags.TagKey<TemperatureStatus> Conventional alias ofTemperatureStatusTags.COLDstatic final net.minecraft.tags.TagKey<TemperatureStatus> Conventional alias ofTemperatureStatusTags.HARMFULstatic final net.minecraft.tags.TagKey<TemperatureStatus> Conventional alias ofTemperatureStatusTags.NEUTRALstatic final net.minecraft.tags.TagKey<TemperatureStatus> Conventional alias ofTemperatureStatusTags.WARM -
Method Summary
-
Field Details
-
HARMFUL
Conventional alias ofTemperatureStatusTags.HARMFUL -
BENEFICIAL
Conventional alias ofTemperatureStatusTags.BENEFICIAL -
NEUTRAL
Conventional alias ofTemperatureStatusTags.NEUTRAL -
COLD
Conventional alias ofTemperatureStatusTags.COLD -
WARM
Conventional alias ofTemperatureStatusTags.WARM
-