Package net.frozenblock.lib.tag.api
Class TagUtils
java.lang.Object
net.frozenblock.lib.tag.api.TagUtils
Contains methods related to
TagKeys.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetRandomEntry(net.minecraft.tags.TagKey<T> tag) static <T> TgetRandomEntry(net.minecraft.util.RandomSource random, net.minecraft.tags.TagKey<T> tag) static <T> booleanisIn(@Nullable net.minecraft.core.RegistryAccess registryAccess, net.minecraft.tags.TagKey<T> tagKey, T entry) static <T> booleanisIn(net.minecraft.tags.TagKey<T> tagKey, T entry)
-
Method Details
-
getRandomEntry
@Nullable public static <T> T getRandomEntry(net.minecraft.tags.TagKey<T> tag) -
getRandomEntry
@Nullable public static <T> T getRandomEntry(net.minecraft.util.RandomSource random, net.minecraft.tags.TagKey<T> tag) -
isIn
public static <T> boolean isIn(net.minecraft.tags.TagKey<T> tagKey, T entry) -
isIn
public static <T> boolean isIn(@Nullable @Nullable net.minecraft.core.RegistryAccess registryAccess, net.minecraft.tags.TagKey<T> tagKey, T entry)
-