. */ namespace GameQ\Protocols; /** * Minecraft PE (BE) Protocol Class * * @package GameQ\Protocols * * @author Austin Bischoff */ class Minecraftpe extends Minecraft { /** * String name of this protocol class * * @type string */ protected $name = 'minecraftpe'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "MinecraftPE"; }