Class EndPlatformCreator
java.lang.Object
org.mvplugins.multiverse.netherportals.utils.EndPlatformCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateEndPlatform(org.bukkit.World world, boolean dropEndBlocks) Creates an end platform at the specifiedBlockorg.bukkit.LocationgetVanillaLocation(org.bukkit.entity.Entity entity, org.bukkit.World world) The default vanilla location for the end platformorg.bukkit.LocationgetVanillaLocation(org.bukkit.entity.Entity entity, org.mvplugins.multiverse.core.world.LoadedMultiverseWorld world) The default vanilla location for the end platform
-
Constructor Details
-
EndPlatformCreator
public EndPlatformCreator()
-
-
Method Details
-
createEndPlatform
public void createEndPlatform(org.bukkit.World world, boolean dropEndBlocks) Creates an end platform at the specifiedBlock- Parameters:
world- The world to create the platform indropEndBlocks- If the platform should drop the broken blocks or delete them
-
getVanillaLocation
public org.bukkit.Location getVanillaLocation(org.bukkit.entity.Entity entity, org.bukkit.World world) The default vanilla location for the end platform -
getVanillaLocation
public org.bukkit.Location getVanillaLocation(org.bukkit.entity.Entity entity, org.mvplugins.multiverse.core.world.LoadedMultiverseWorld world) The default vanilla location for the end platform
-