Package at.petrak.hexcasting.api.mod
Interface HexConfig.ServerConfigAccess
- Enclosing class:
- HexConfig
public static interface HexConfig.ServerConfigAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final intstatic final intstatic final intstatic final doublestatic final booleanstatic final boolean -
Method Summary
Modifier and TypeMethodDescriptionbooleancanTeleportInThisDimension(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension) booleanbooleanbooleanisActionAllowed(net.minecraft.resources.ResourceLocation actionID) booleanisActionAllowedInCircles(net.minecraft.resources.ResourceLocation actionID) intintdefault net.minecraft.world.item.Tierintdoubleboolean
-
Field Details
-
DEFAULT_MAX_OP_COUNT
static final int DEFAULT_MAX_OP_COUNT- See Also:
-
DEFAULT_MAX_SPELL_CIRCLE_LENGTH
static final int DEFAULT_MAX_SPELL_CIRCLE_LENGTH- See Also:
-
DEFAULT_OP_BREAK_HARVEST_LEVEL
static final int DEFAULT_OP_BREAK_HARVEST_LEVEL- See Also:
-
DEFAULT_TRADER_SCROLL_CHANCE
static final double DEFAULT_TRADER_SCROLL_CHANCE- See Also:
-
DEFAULT_GREATER_TELEPORT_SPLATS_ITEMS
static final boolean DEFAULT_GREATER_TELEPORT_SPLATS_ITEMS- See Also:
-
DEFAULT_VILLAGERS_DISLIKE_MIND_MURDER
static final boolean DEFAULT_VILLAGERS_DISLIKE_MIND_MURDER- See Also:
-
DEFAULT_DIM_TP_DENYLIST
-
DEFAULT_TRUE_NAME_HAS_AMBIT
static final boolean DEFAULT_TRUE_NAME_HAS_AMBIT- See Also:
-
-
Method Details
-
opBreakHarvestLevelBecauseForgeThoughtItWasAGoodIdeaToImplementHarvestTiersUsingAnHonestToGodTopoSort
int opBreakHarvestLevelBecauseForgeThoughtItWasAGoodIdeaToImplementHarvestTiersUsingAnHonestToGodTopoSort() -
maxOpCount
int maxOpCount() -
maxSpellCircleLength
int maxSpellCircleLength() -
isActionAllowed
boolean isActionAllowed(net.minecraft.resources.ResourceLocation actionID) -
isActionAllowedInCircles
boolean isActionAllowedInCircles(net.minecraft.resources.ResourceLocation actionID) -
doesGreaterTeleportSplatItems
boolean doesGreaterTeleportSplatItems() -
doVillagersTakeOffenseAtMindMurder
boolean doVillagersTakeOffenseAtMindMurder() -
canTeleportInThisDimension
boolean canTeleportInThisDimension(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension) -
trueNameHasAmbit
boolean trueNameHasAmbit() -
traderScrollChance
double traderScrollChance() -
opBreakHarvestLevel
default net.minecraft.world.item.Tier opBreakHarvestLevel()
-