Index

A B C D G I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

asHolder() - Method in interface com.mrbysco.telepass.registration.RegistryObject
Gets this object wrapped in a vanilla Holder.

B

buildCreativeTab() - Method in interface com.mrbysco.telepass.platform.services.IPlatformHelper
Build the creative tab for the mod.

C

com.mrbysco.telepass - package com.mrbysco.telepass
 
com.mrbysco.telepass.config - package com.mrbysco.telepass.config
 
com.mrbysco.telepass.item - package com.mrbysco.telepass.item
 
com.mrbysco.telepass.platform - package com.mrbysco.telepass.platform
 
com.mrbysco.telepass.platform.services - package com.mrbysco.telepass.platform.services
 
com.mrbysco.telepass.registration - package com.mrbysco.telepass.registration
 
com.mrbysco.telepass.util - package com.mrbysco.telepass.util
 
COMMON - Static variable in class com.mrbysco.telepass.config.TeleConfig
 
CommonClass - Class in com.mrbysco.telepass
 
CommonClass() - Constructor for class com.mrbysco.telepass.CommonClass
 
commonSpec - Static variable in class com.mrbysco.telepass.config.TeleConfig
 
CompassMaterial - Enum Class in com.mrbysco.telepass.item
 
Constants - Class in com.mrbysco.telepass
 
Constants() - Constructor for class com.mrbysco.telepass.Constants
 
create(Registry, String) - Method in interface com.mrbysco.telepass.registration.RegistrationProvider.Factory
create(ResourceKey, String) - Method in interface com.mrbysco.telepass.registration.RegistrationProvider.Factory
createCompass(Item.Properties, CompassMaterial) - Method in interface com.mrbysco.telepass.platform.services.IPlatformHelper
Build the creative tab for the mod.
CREATIVE_MODE_TABS - Static variable in class com.mrbysco.telepass.registration.TeleTabs
The provider for creative tabs

D

DATA_COMPONENT_TYPES - Static variable in class com.mrbysco.telepass.registration.TeleDataComponents
The provider for items
DIAMOND - Enum constant in enum class com.mrbysco.telepass.item.CompassMaterial
 
DIAMOND_TELEPASS - Static variable in class com.mrbysco.telepass.registration.TeleItems
 
diamondDurability - Variable in class com.mrbysco.telepass.config.TeleConfig.Common
 

G

get() - Method in interface com.mrbysco.telepass.registration.RegistryObject
Gets the object behind this wrapper.
get(Registry, String) - Static method in interface com.mrbysco.telepass.registration.RegistrationProvider
Gets a provider for specified modId and registry.
get(ResourceKey, String) - Static method in interface com.mrbysco.telepass.registration.RegistrationProvider
Gets a provider for specified modId and resourceKey.
getEntries() - Method in interface com.mrbysco.telepass.registration.RegistrationProvider
Gets all the objects currently registered.
getId() - Method in interface com.mrbysco.telepass.registration.RegistryObject
Gets the id of the object.
getMaxUses() - Method in enum class com.mrbysco.telepass.item.CompassMaterial
 
getModId() - Method in interface com.mrbysco.telepass.registration.RegistrationProvider
Gets the mod id that this provider registers objects for.
getName(ItemStack) - Method in class com.mrbysco.telepass.item.TeleCompass
 
getPlayerEntityByName(Level, String) - Static method in class com.mrbysco.telepass.util.PlayerUtil
 
getResourceKey() - Method in interface com.mrbysco.telepass.registration.RegistryObject
Gets the ResourceKey of the registry of the object wrapped.
GOLD - Enum constant in enum class com.mrbysco.telepass.item.CompassMaterial
 
GOLD_TELEPASS - Static variable in class com.mrbysco.telepass.registration.TeleItems
 
goldDurability - Variable in class com.mrbysco.telepass.config.TeleConfig.Common
 

I

init() - Static method in class com.mrbysco.telepass.CommonClass
 
INSTANCE - Static variable in interface com.mrbysco.telepass.registration.RegistrationProvider.Factory
The singleton instance of the RegistrationProvider.Factory.
inventoryTick(ItemStack, ServerLevel, Entity, EquipmentSlot) - Method in class com.mrbysco.telepass.item.TeleCompass
 
IPlatformHelper - Interface in com.mrbysco.telepass.platform.services
 
ITEMS - Static variable in class com.mrbysco.telepass.registration.TeleItems
The provider for items

L

load(Class) - Static method in class com.mrbysco.telepass.platform.Services
 
loadClass() - Static method in class com.mrbysco.telepass.registration.TeleDataComponents
 
loadClass() - Static method in class com.mrbysco.telepass.registration.TeleItems
 
loadClass() - Static method in class com.mrbysco.telepass.registration.TeleTabs
 
LOGGER - Static variable in class com.mrbysco.telepass.Constants
 

M

material - Variable in class com.mrbysco.telepass.item.TeleCompass
 
MOD_ID - Static variable in class com.mrbysco.telepass.Constants
 
MOD_NAME - Static variable in class com.mrbysco.telepass.Constants
 

N

notFakePlayer(Player) - Method in interface com.mrbysco.telepass.platform.services.IPlatformHelper
Check if the player is not a fake player.

O

OWNER - Static variable in class com.mrbysco.telepass.registration.TeleDataComponents
 

P

PLATFORM - Static variable in class com.mrbysco.telepass.platform.Services
 
PlayerUtil - Class in com.mrbysco.telepass.util
 
PlayerUtil() - Constructor for class com.mrbysco.telepass.util.PlayerUtil
 

R

register(String, Supplier) - Method in interface com.mrbysco.telepass.registration.RegistrationProvider
Registers an object.
registerTelepass(String, CompassMaterial) - Static method in class com.mrbysco.telepass.registration.TeleItems
 
RegistrationProvider<T> - Interface in com.mrbysco.telepass.registration
Utility class for multiloader registration.
RegistrationProvider.Factory - Interface in com.mrbysco.telepass.registration
Factory class for registration providers.
RegistryObject<T> - Interface in com.mrbysco.telepass.registration
Represents a lazy wrapper for registry object.

S

Services - Class in com.mrbysco.telepass.platform
 
Services() - Constructor for class com.mrbysco.telepass.platform.Services
 

T

TELE_TAB - Static variable in class com.mrbysco.telepass.registration.TeleTabs
 
TeleCompass - Class in com.mrbysco.telepass.item
 
TeleCompass(Item.Properties, CompassMaterial) - Constructor for class com.mrbysco.telepass.item.TeleCompass
 
TeleConfig - Class in com.mrbysco.telepass.config
 
TeleConfig() - Constructor for class com.mrbysco.telepass.config.TeleConfig
 
TeleConfig.Common - Class in com.mrbysco.telepass.config
 
TeleDataComponents - Class in com.mrbysco.telepass.registration
Telepass class for registering items
TeleDataComponents() - Constructor for class com.mrbysco.telepass.registration.TeleDataComponents
 
TeleItems - Class in com.mrbysco.telepass.registration
Telepass class for registering items
TeleItems() - Constructor for class com.mrbysco.telepass.registration.TeleItems
 
TeleTabs - Class in com.mrbysco.telepass.registration
Telepass class for registering creative tabs
TeleTabs() - Constructor for class com.mrbysco.telepass.registration.TeleTabs
 

U

use(Level, Player, InteractionHand) - Method in class com.mrbysco.telepass.item.TeleCompass
 

V

valueOf(String) - Static method in enum class com.mrbysco.telepass.item.CompassMaterial
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.mrbysco.telepass.item.CompassMaterial
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D G I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values