Class ObfuscationHelpers
java.lang.Object
org.cyclops.cyclopscore.helper.obfuscation.ObfuscationHelpers
Helper for getting private fields or methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraftforge.common.capabilities.CapabilityDispatcher
getEntityCapabilities
(net.minecraft.world.entity.Entity entity) Get the capabilities of the given entity.
-
Constructor Details
-
ObfuscationHelpers
public ObfuscationHelpers()
-
-
Method Details
-
getEntityCapabilities
public static net.minecraftforge.common.capabilities.CapabilityDispatcher getEntityCapabilities(net.minecraft.world.entity.Entity entity) Get the capabilities of the given entity.- Parameters:
entity
- The entity.- Returns:
- The capability dispatcher.
-