Package org.cyclops.cyclopscore.helper
Class RegistrationHelpersNeoForge
java.lang.Object
org.cyclops.cyclopscore.helper.RegistrationHelpersNeoForge
- All Implemented Interfaces:
org.cyclops.cyclopscore.helper.IRegistrationHelpers
public class RegistrationHelpersNeoForge
extends Object
implements org.cyclops.cyclopscore.helper.IRegistrationHelpers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.Item
createSpawnEgg
(Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.Mob>> type, int backgroundColor, int highlightColor, net.minecraft.world.item.Item.Properties props)
-
Constructor Details
-
RegistrationHelpersNeoForge
public RegistrationHelpersNeoForge()
-
-
Method Details
-
createSpawnEgg
public net.minecraft.world.item.Item createSpawnEgg(Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.Mob>> type, int backgroundColor, int highlightColor, net.minecraft.world.item.Item.Properties props) - Specified by:
createSpawnEgg
in interfaceorg.cyclops.cyclopscore.helper.IRegistrationHelpers
-