Package io.github.thebusybiscuit.slimefun4.implementation.items.teleporter
package io.github.thebusybiscuit.slimefun4.implementation.items.teleporter
This package holds implementations of
SlimefunItem
that are related to the Teleporter
.-
ClassDescriptionThe
AbstractTeleporterPlate
is the abstract super class for our teleporter activation plates.ThePersonalActivationPlate
is a teleporter activation plate to which only thePlayer
who placed it down has access.This item allows aPlayer
to access and teleport to his waypoints from anywhere.TheSharedActivationPlate
is a teleporter activation plate to which everyone has access.The Teleporter is aSlimefunItem
that can be placed down and allows aPlayer
to display to any of his waypoints he set via hisGPSNetwork
.