类 FuncUtils

java.lang.Object
committee.nova.mods.avaritia.util.FuncUtils

public class FuncUtils extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static net.minecraft.world.InteractionResult
    transBlock(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, Map<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.Block> transMap)
     
    static void
    upgradeMachine(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block to)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • FuncUtils

      public FuncUtils()
  • 方法详细资料

    • upgradeMachine

      public static void upgradeMachine(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block to)
    • transBlock

      public static net.minecraft.world.InteractionResult transBlock(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, Map<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.Block> transMap)