Package com.hbm_m.handler
Class HazmatRegistry
java.lang.Object
com.hbm_m.handler.HazmatRegistry
Радиационное сопротивление брони. Порт
com.hbm.handler.HazmatRegistry (1.7.10).-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetCladding(net.minecraft.world.item.ItemStack stack) static floatgetResistance(net.minecraft.world.entity.player.Player player) static doublegetResistance(net.minecraft.world.item.ItemStack stack) static voidcom.hbm.handler.HazmatRegistry#initDefault()static voidregisterHazmat(net.minecraft.world.item.Item item, double resistance) static void
-
Field Details
-
HELMET
public static final double HELMET- See Also:
-
CHEST
public static final double CHEST- See Also:
-
LEGS
public static final double LEGS- See Also:
-
BOOTS
public static final double BOOTS- See Also:
-
external
-
-
Method Details
-
registerHazmat
public static void registerHazmat(net.minecraft.world.item.Item item, double resistance) -
getResistance
public static double getResistance(net.minecraft.world.item.ItemStack stack) -
getCladding
public static float getCladding(net.minecraft.world.item.ItemStack stack) -
getResistance
public static float getResistance(net.minecraft.world.entity.player.Player player) -
registerHazmats
public static void registerHazmats() -
initDefault
public static void initDefault()com.hbm.handler.HazmatRegistry#initDefault()
-