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
  • Constructor Details

    • BlockProfileContainer

      public BlockProfileContainer(org.bukkit.block.Block block)
  • Method Details

    • setProfile

      public void setProfile(com.mojang.authlib.GameProfile profile)
      Specified by:
      setProfile in class ProfileContainer<org.bukkit.block.Block>
    • getObject

      public org.bukkit.block.Block getObject()
      Specified by:
      getObject in class ProfileContainer<org.bukkit.block.Block>
    • getDelegateProfile

      public Profileable getDelegateProfile()
      Description copied from interface: DelegateProfileable
      The profileable object which handles all the operations. It doesn't necessarily have to be a constant object, it can change dynamically.
      Specified by:
      getDelegateProfile in interface DelegateProfileable