Package org.cyclops.cyclopscore.helper
Class MinecraftHelpersNeoForge
java.lang.Object
org.cyclops.cyclopscore.helper.MinecraftHelpersCommon
org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- All Implemented Interfaces:
- org.cyclops.cyclopscore.helper.IMinecraftHelpers
public class MinecraftHelpersNeoForge
extends org.cyclops.cyclopscore.helper.MinecraftHelpersCommon
implements org.cyclops.cyclopscore.helper.IMinecraftHelpers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionnet.minecraft.server.MinecraftServerbooleanbooleanbooleanbooleanisFakePlayer(net.minecraft.world.entity.player.Player player) booleanbooleanbooleanisModLoaded(String modId) voidopenMenu(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.MenuProvider containerSupplier, Consumer<net.minecraft.network.FriendlyByteBuf> extraDataWriter) Methods inherited from class org.cyclops.cyclopscore.helper.MinecraftHelpersCommoncompareBlockPos, getBlockNotify, getBlockNotifyClient, getBlockNotifyNoRerender, getComparatorMultiplier, getDayLength, getMinecraftVersion, getMinecraftVersionMajorMinor, getSecondInTicks, isPlayerInventoryFull, setDay, successActionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cyclops.cyclopscore.helper.IMinecraftHelperscompareBlockPos, getBlockNotify, getBlockNotifyClient, getBlockNotifyNoRerender, getComparatorMultiplier, getDayLength, getMinecraftVersion, getMinecraftVersionMajorMinor, getSecondInTicks, isPlayerInventoryFull, setDay, successAction
- 
Constructor Details- 
MinecraftHelpersNeoForgepublic MinecraftHelpersNeoForge()
 
- 
- 
Method Details- 
isDevEnvironmentpublic boolean isDevEnvironment()- Specified by:
- isDevEnvironmentin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
isMinecraftInitializedpublic boolean isMinecraftInitialized()- Specified by:
- isMinecraftInitializedin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
isModdedEnvironmentpublic boolean isModdedEnvironment()- Specified by:
- isModdedEnvironmentin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
isClientSidepublic boolean isClientSide()- Specified by:
- isClientSidein interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
isClientSideThreadpublic boolean isClientSideThread()- Specified by:
- isClientSideThreadin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
isModLoaded- Specified by:
- isModLoadedin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
openMenupublic void openMenu(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.MenuProvider containerSupplier, Consumer<net.minecraft.network.FriendlyByteBuf> extraDataWriter) - Specified by:
- openMenuin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
getCurrentServerpublic net.minecraft.server.MinecraftServer getCurrentServer()- Specified by:
- getCurrentServerin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
- 
isFakePlayerpublic boolean isFakePlayer(net.minecraft.world.entity.player.Player player) - Specified by:
- isFakePlayerin interface- org.cyclops.cyclopscore.helper.IMinecraftHelpers
 
 
-