Uses of Interface
noppes.npcs.api.IWorld
Packages that use IWorld
Package
Description
-
Uses of IWorld in noppes.npcs.api
Methods in noppes.npcs.api that return IWorldModifier and TypeMethodDescriptionabstract IWorldabstract IWorldNpcAPI.getIWorld(net.minecraft.server.level.ServerLevel world) abstract IWorldNpcAPI.getIWorld(net.minecraft.world.level.dimension.DimensionType dimension) abstract IWorld[]NpcAPI.getIWorlds()Methods in noppes.npcs.api with parameters of type IWorldModifier and TypeMethodDescriptionabstract StringNpcAPI.executeCommand(IWorld world, String command) -
Uses of IWorld in noppes.npcs.api.block
Methods in noppes.npcs.api.block that return IWorld -
Uses of IWorld in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IWorld -
Uses of IWorld in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IWorldModifier and TypeFieldDescriptionfinal IWorldForgeEvent.LevelEvent.worldfinal IWorldWorldEvent.worldConstructors in noppes.npcs.api.event with parameters of type IWorldModifierConstructorDescriptionLevelEvent(net.minecraftforge.event.level.LevelEvent event, IWorld world) ScriptTriggerEvent(int id, IWorld level, IPos pos, IEntity entity, Object[] arguments) WorldEvent(IWorld world) -
Uses of IWorld in noppes.npcs.api.handler
Methods in noppes.npcs.api.handler with parameters of type IWorld