Class MixinHelper
java.lang.Object
io.github.vampirestudios.vampirelib.utils.MixinHelper
-
Method Summary
-
Method Details
-
cast
A simple utility method that casts an object to a type.This is intended to use with accessor Mixins.
- Type Parameters:
T- the type to cast to- Parameters:
in- the object to cast- Returns:
- the casted object
-