Interface IResourcePackSendEvent
public interface IResourcePackSendEvent
Created by Phoenix616 on 18.04.2015.
-
Method Summary
Modifier and TypeMethodDescriptiongetPack()booleanvoidsetCancelled(boolean cancelled) voidsetPack(ResourcePack pack) Set the pack that should be send.
-
Method Details
-
getPlayerId
UUID getPlayerId() -
getPack
ResourcePack getPack() -
setPack
Set the pack that should be send. Set to null if you want to remove all packs/send the empty one- Parameters:
pack- The pack to send, if it is null it will reset the pack to the empty one
-
isCancelled
boolean isCancelled() -
setCancelled
void setCancelled(boolean cancelled)
-