Class DebugTracingData
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.client.gui.overlays.DebugTracingData
This class contains data for debug tracing.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic doublestatic doublestatic floatstatic doublestatic doublestatic floatstatic booleanstatic booleanstatic doublestatic floatstatic floatstatic doublestatic doublestatic floatstatic doublestatic net.minecraft.world.item.Itemstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleTracing(net.minecraft.world.entity.player.Player player)
-
Field Details
-
isDebugTracingEnabled
public static boolean isDebugTracingEnabled -
meleeItemDamage
public static float meleeItemDamage -
lastDamageDealt
public static float lastDamageDealt -
lastDamageTaken
public static float lastDamageTaken -
gunBaseVelocity
public static float gunBaseVelocity -
selectedAmmo
public static net.minecraft.world.item.Item selectedAmmo -
liveBulletDamage
public static double liveBulletDamage -
isBulletCritical
public static boolean isBulletCritical -
GENERAL_DAMAGE_BONUS
public static double GENERAL_DAMAGE_BONUS -
MELEE_DAMAGE_BONUS
public static double MELEE_DAMAGE_BONUS -
PROJECTILE_DAMAGE_BONUS
public static double PROJECTILE_DAMAGE_BONUS -
ARMOR_VALUE
public static double ARMOR_VALUE -
ARMOR_TOUGHNESS_VALUE
public static double ARMOR_TOUGHNESS_VALUE -
GENERAL_DAMAGE_RESISTANCE
public static double GENERAL_DAMAGE_RESISTANCE -
KNOCKBACK_RESISTANCE
public static double KNOCKBACK_RESISTANCE -
CELESTIAL_PROTECTION_NO_DAMAGE_CHANCE
public static float CELESTIAL_PROTECTION_NO_DAMAGE_CHANCE -
TICKS_SINCE_REST
public static int TICKS_SINCE_REST
-
-
Constructor Details
-
DebugTracingData
public DebugTracingData()
-
-
Method Details
-
handleTracing
public static void handleTracing(net.minecraft.world.entity.player.Player player)
-