Class AccessoryEffectScalingTypeRegistry
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.AccessoryEffectScalingTypeRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<AccessoryEffectScalingType>> static final net.minecraft.core.Registry<AccessoryEffectScalingType> static final net.neoforged.neoforge.registries.DeferredRegister<AccessoryEffectScalingType> static final net.neoforged.neoforge.registries.DeferredHolder<AccessoryEffectScalingType, AccessoryEffectScalingType> Scales the effect value based on the player's depth, beginning at y<64.static final net.neoforged.neoforge.registries.DeferredHolder<AccessoryEffectScalingType, AccessoryEffectScalingType> Scales the effect value based on the player's insomnia value, beginning after 24000 ticks.static final net.neoforged.neoforge.registries.DeferredHolder<AccessoryEffectScalingType, AccessoryEffectScalingType> The default scaling type, which has no effects on the final value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCESSORY_EFFECT_SCALING_TYPE_KEY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<AccessoryEffectScalingType>> ACCESSORY_EFFECT_SCALING_TYPE_KEY -
ACCESSORY_EFFECT_SCALING_TYPE_REGISTRY
public static final net.minecraft.core.Registry<AccessoryEffectScalingType> ACCESSORY_EFFECT_SCALING_TYPE_REGISTRY -
ACCESSORY_EFFECT_SCALING_TYPES
public static final net.neoforged.neoforge.registries.DeferredRegister<AccessoryEffectScalingType> ACCESSORY_EFFECT_SCALING_TYPES -
NONE
public static final net.neoforged.neoforge.registries.DeferredHolder<AccessoryEffectScalingType,AccessoryEffectScalingType> NONEThe default scaling type, which has no effects on the final value. -
DEPTH
public static final net.neoforged.neoforge.registries.DeferredHolder<AccessoryEffectScalingType,AccessoryEffectScalingType> DEPTHScales the effect value based on the player's depth, beginning at y<64. -
INSOMNIA
public static final net.neoforged.neoforge.registries.DeferredHolder<AccessoryEffectScalingType,AccessoryEffectScalingType> INSOMNIAScales the effect value based on the player's insomnia value, beginning after 24000 ticks.
-
-
Constructor Details
-
AccessoryEffectScalingTypeRegistry
public AccessoryEffectScalingTypeRegistry()
-