public class EffectRegistration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.fml.RegistryObject<net.minecraft.potion.Effect> |
AVOIDANCE |
static net.minecraftforge.registries.DeferredRegister<net.minecraft.potion.Effect> |
EFFECTS |
static net.minecraftforge.fml.RegistryObject<net.minecraft.potion.Effect> |
REPEL |
Constructor and Description |
---|
EffectRegistration() |
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.potion.Effect> EFFECTS
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.potion.Effect> REPEL
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.potion.Effect> AVOIDANCE