Interface IForgeWorldServer
-
- All Superinterfaces:
ICapabilityProvider
,IForgeWorld
- All Known Implementing Classes:
ServerWorld
public interface IForgeWorldServer extends IForgeWorld
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ServerWorld
getWorldServer()
-
Methods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapability, getCapability
-
Methods inherited from interface net.minecraftforge.common.extensions.IForgeWorld
getMaxEntityRadius, getPartEntities, increaseMaxEntityRadius
-
-
-
-
Method Detail
-
getWorldServer
default ServerWorld getWorldServer()
-
-