Package dev.lieonlion.quad.util
Class QuadUtil
java.lang.Object
dev.lieonlion.quad.util.QuadUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasBurnProtector(net.minecraft.world.entity.LivingEntity living) static booleanhasEquipmentFromTag(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> itemTagKey, net.minecraft.world.entity.LivingEntity living) static booleanhasSnowBoots(net.minecraft.world.entity.LivingEntity living) static booleanisFireLighter(net.minecraft.world.item.ItemStack stack) static booleanisSnowActsSolid(net.minecraft.world.item.ItemStack stack) static voidusedFireLighter(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack) static voidusedFireLighter(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack)
-
Constructor Details
-
QuadUtil
public QuadUtil()
-
-
Method Details
-
usedFireLighter
public static void usedFireLighter(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack) -
usedFireLighter
public static void usedFireLighter(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack) -
hasEquipmentFromTag
public static boolean hasEquipmentFromTag(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> itemTagKey, net.minecraft.world.entity.LivingEntity living) -
isFireLighter
public static boolean isFireLighter(net.minecraft.world.item.ItemStack stack) -
isSnowActsSolid
public static boolean isSnowActsSolid(net.minecraft.world.item.ItemStack stack) -
hasBurnProtector
public static boolean hasBurnProtector(net.minecraft.world.entity.LivingEntity living) -
hasSnowBoots
public static boolean hasSnowBoots(net.minecraft.world.entity.LivingEntity living)
-