Class QuadUtil

java.lang.Object
dev.lieonlion.quad.util.QuadUtil

public class QuadUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    hasBurnProtector(net.minecraft.world.entity.LivingEntity living)
     
    static boolean
    hasEquipmentFromTag(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> itemTagKey, net.minecraft.world.entity.LivingEntity living)
     
    static boolean
    hasSnowBoots(net.minecraft.world.entity.LivingEntity living)
     
    static boolean
    isFireLighter(net.minecraft.world.item.ItemStack stack)
     
    static boolean
    isSnowActsSolid(net.minecraft.world.item.ItemStack stack)
     
    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)