Class ProfileContainer.BlockProfileContainer
java.lang.Object
com.cryptomorin.xseries.profiles.objects.ProfileContainer<org.bukkit.block.Block>
com.cryptomorin.xseries.profiles.objects.ProfileContainer.BlockProfileContainer
- All Implemented Interfaces:
DelegateProfileable,Profileable
- Enclosing class:
ProfileContainer<T>
public static final class ProfileContainer.BlockProfileContainer
extends ProfileContainer<org.bukkit.block.Block>
implements DelegateProfileable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cryptomorin.xseries.profiles.objects.ProfileContainer
ProfileContainer.BlockProfileContainer, ProfileContainer.BlockStateProfileContainer, ProfileContainer.ItemMetaProfileContainer, ProfileContainer.ItemStackProfileContainerNested classes/interfaces inherited from interface com.cryptomorin.xseries.profiles.objects.Profileable
Profileable.GameProfileProfileable, Profileable.PlayerProfileable, Profileable.StringProfileable, Profileable.UsernameProfileable, Profileable.UUIDProfileable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe profileable object which handles all the operations.org.bukkit.block.BlockvoidsetProfile(com.mojang.authlib.GameProfile profile) Methods inherited from class com.cryptomorin.xseries.profiles.objects.ProfileContainer
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.cryptomorin.xseries.profiles.objects.DelegateProfileable
getDisposableProfile, getProfile, getProfileValue, test, transform
-
Constructor Details
-
BlockProfileContainer
public BlockProfileContainer(org.bukkit.block.Block block)
-
-
Method Details
-
setProfile
public void setProfile(com.mojang.authlib.GameProfile profile) - Specified by:
setProfilein classProfileContainer<org.bukkit.block.Block>
-
getObject
public org.bukkit.block.Block getObject()- Specified by:
getObjectin classProfileContainer<org.bukkit.block.Block>
-
getDelegateProfile
Description copied from interface:DelegateProfileableThe profileable object which handles all the operations. It doesn't necessarily have to be a constant object, it can change dynamically.- Specified by:
getDelegateProfilein interfaceDelegateProfileable
-