类 ClientProxy
java.lang.Object
mod.chloeprime.gunsmithlib.proxies.ClientProxy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static net.minecraft.world.phys.Vec3bobCompensation(net.neoforged.fml.LogicalSide side, net.minecraft.world.phys.Vec3 vec) static Optional<net.minecraft.world.entity.Entity> getEntityByUuid(net.minecraft.world.level.Level level, UUID uuid) static floatstatic Optional<net.minecraft.core.RegistryAccess> static voidreceiveNoParticleExplodePacket(net.minecraft.world.phys.Vec3 pos, float power, net.minecraft.core.BlockPos[] toBlow, net.minecraft.world.phys.Vec3 knockback, net.minecraft.world.level.Explosion.BlockInteraction blockInteraction) static net.neoforged.fml.LogicalSidesideOf(net.minecraft.world.level.Level level)
-
构造器详细资料
-
ClientProxy
public ClientProxy()
-
-
方法详细资料
-
getPartialTick
public static float getPartialTick() -
getRegistryAccess
-
sideOf
public static net.neoforged.fml.LogicalSide sideOf(net.minecraft.world.level.Level level) -
getEntityByUuid
-
bobCompensation
public static net.minecraft.world.phys.Vec3 bobCompensation(net.neoforged.fml.LogicalSide side, net.minecraft.world.phys.Vec3 vec) -
receiveNoParticleExplodePacket
public static void receiveNoParticleExplodePacket(net.minecraft.world.phys.Vec3 pos, float power, net.minecraft.core.BlockPos[] toBlow, net.minecraft.world.phys.Vec3 knockback, net.minecraft.world.level.Explosion.BlockInteraction blockInteraction)
-