MCPcopy Create free account

hub / github.com/AlexModGuy/Citadel / functions

Functions1,091 in github.com/AlexModGuy/Citadel

Methodcitadel_getElytraLocation
(CallbackInfoReturnable<ResourceLocation> cir)
src/main/java/com/github/alexthe666/citadel/mixin/client/AbstractClientPlayerMixin.java:33
Methodcitadel_getFluidRenderLayer
(FluidState fluidState, CallbackInfoReturnable<RenderType> cir)
src/main/java/com/github/alexthe666/citadel/mixin/client/ItemBlockRenderTypesMixin.java:19
Methodcitadel_getMobsAt
(Holder<Biome> biome, StructureManager structureManager, MobCategory mobCategory, BlockPos pos, CallbackInfoRe
src/main/java/com/github/alexthe666/citadel/mixin/ChunkGeneratorMixin.java:23
Methodcitadel_getNoiseBiomeCoords
(int x, int y, int z, Climate.Sampler sampler, CallbackInfoReturnable<Holder<Biome>> cir)
src/main/java/com/github/alexthe666/citadel/mixin/MultiNoiseBiomeSourceMixin.java:30
Methodcitadel_getRecipesFor
(RecipeManager recipeManager, RecipeType<UpgradeRecipe> type, Container container, Level level)
src/main/java/com/github/alexthe666/citadel/mixin/SmithingMenuMixin.java:21
Methodcitadel_getStarBrightness
(float partialTicks, CallbackInfoReturnable<Float> cir)
src/main/java/com/github/alexthe666/citadel/mixin/client/ClientLevelMixin.java:33
Methodcitadel_getTeamColor
(Entity entity)
src/main/java/com/github/alexthe666/citadel/mixin/client/LevelRendererMixin.java:77
Methodcitadel_getTimeOfDay
(ClientLevel instance, float partialTicks)
src/main/java/com/github/alexthe666/citadel/mixin/client/LevelRendererMixin.java:92
Methodcitadel_guardEntityTick
(Executor executor, ServerLevel serverLevel, ChunkGenerator chunkGenerator, StructureTemplateManager templateM
src/main/java/com/github/alexthe666/citadel/mixin/ChunkStatusMixin.java:30
Methodcitadel_guardEntityTick
(Consumer<Entity> ticker, Entity entity, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/LevelMixin.java:22
Methodcitadel_poseLeftArm
(LivingEntity entity, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/client/HumanoidModelMixin.java:36
Methodcitadel_poseRightArm
(LivingEntity entity, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/client/HumanoidModelMixin.java:26
Methodcitadel_postRenderSplashText
(PoseStack poseStack, int mouseX, int mouseY, float partialTicks, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/client/TitleScreenMixin.java:50
Methodcitadel_preRenderSplashText
(PoseStack poseStack, int mouseX, int mouseY, float partialTicks, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/client/TitleScreenMixin.java:30
Methodcitadel_readAdditional
(CompoundTag compoundNBT, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/LivingEntityMixin.java:41
Methodcitadel_registerData
(CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/LivingEntityMixin.java:28
Methodcitadel_render_renderToBuffer
(LivingEntity livingEntity, float yaw, float partialTicks, PoseStack poseStack, MultiBufferSource bufferSource
src/main/java/com/github/alexthe666/citadel/mixin/client/LivingEntityRendererMixin.java:64
Methodcitadel_render_setupAnim_after
(LivingEntity livingEntity, float yaw, float partialTicks, PoseStack poseStack, MultiBufferSource bufferSource
src/main/java/com/github/alexthe666/citadel/mixin/client/LivingEntityRendererMixin.java:49
Methodcitadel_render_setupAnim_before
(LivingEntity livingEntity, float yaw, float partialTicks, PoseStack poseStack, MultiBufferSource bufferSource
src/main/java/com/github/alexthe666/citadel/mixin/client/LivingEntityRendererMixin.java:34
Methodcitadel_serverMsPerTick
(long value)
src/main/java/com/github/alexthe666/citadel/mixin/MinecraftServerMixin.java:37
Methodcitadel_setupRotations
(SoundInstance soundInstance, CallbackInfoReturnable<Float> cir)
src/main/java/com/github/alexthe666/citadel/mixin/client/SoundEngineMixin.java:16
Methodcitadel_setupRotations
(LivingEntity livingEntity, PoseStack poseStack, float ageInTicks, float bodyYRot, float partialTick, Callback
src/main/java/com/github/alexthe666/citadel/mixin/client/LivingEntityRendererMixin.java:23
Methodcitadel_splashTextColor
(int value)
src/main/java/com/github/alexthe666/citadel/mixin/client/TitleScreenMixin.java:66
Methodcitadel_writeAdditional
(CompoundTag compoundNBT, CallbackInfo ci)
src/main/java/com/github/alexthe666/citadel/mixin/LivingEntityMixin.java:33
Methodclamp
Clamps the tuple parameter to the range [low, high] and places the values into this tuple. @param min the lowest value in the tuple after clamping
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:307
MethodclampMax
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple. @param max the highest value in the tu
src/main/java/com/github/alexthe666/citadel/math/Tuple2i.java:323
MethodclampMax
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple. @param max the highest value in the tu
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:357
MethodclampMin
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple. @param min the lowest value in the tup
src/main/java/com/github/alexthe666/citadel/math/Tuple2i.java:302
MethodclampMin
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple. @param min the lowest value in the tup
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:334
MethodclientTick
(TickEvent.ClientTickEvent event)
src/main/java/com/github/alexthe666/citadel/ClientProxy.java:196
Methodclone
Creates a new object of the same class as this object. @return a clone of this instance. @exception OutOfMemoryError if there is not enough memory. @
src/main/java/com/github/alexthe666/citadel/math/Tuple2i.java:410
Methodclone
Creates a new object of the same class as this object. @return a clone of this instance. @exception OutOfMemoryError if there is not enough memory. @
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:478
Methodcodec
()
src/main/java/com/github/alexthe666/citadel/server/generation/SpawnProbabilityModifier.java:25
MethodcollideBoundingBox2
(@Nullable Entity p_198895_, Vec3 p_198896_, AABB p_198897_, Level p_198898_, List<VoxelShape> p_198899_)
src/main/java/com/github/alexthe666/citadel/server/entity/collision/ICustomCollisions.java:51
MethodcollideWithShapes2
(Vec3 p_198901_, AABB p_198902_, List<VoxelShape> p_198903_)
src/main/java/com/github/alexthe666/citadel/server/entity/collision/ICustomCollisions.java:67
MethodcomputeNext
()
src/main/java/com/github/alexthe666/citadel/server/entity/collision/CustomCollisionsBlockCollisions.java:66
Methodcount
(int count)
src/main/java/com/github/alexthe666/citadel/client/render/LightningBoltData.java:41
MethodcreateMenu
(int i, Inventory inventory, Player player)
src/main/java/com/github/alexthe666/citadel/server/block/CitadelLecternBlockEntity.java:157
MethodcreatePathFinder
(int i)
src/main/java/com/github/alexthe666/citadel/server/entity/collision/CustomCollisionsNavigator.java:19
Methoddeserialize
(JsonElement json, Type type)
src/main/java/com/github/alexthe666/citadel/client/model/TabulaModelHandler.java:195
Methoddeserialize
(JsonElement p_deserialize_1_, Type p_deserialize_2_, JsonDeserializationContext p_deserialize_3_)
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaModelBlock.java:233
Methoddeserialize
(JsonElement p_deserialize_1_, Type p_deserialize_2_, JsonDeserializationContext p_deserialize_3_)
src/main/java/com/github/alexthe666/citadel/client/gui/BookPage.java:103
Methoddeserialize
(JsonElement json, Type typeOfT, JsonDeserializationContext context)
src/main/java/com/github/alexthe666/citadel/config/biome/SpawnBiomeData.java:55
MethoddeserializeClass
(@Nullable JsonElement json, String memberName, JsonDeserializationContext context, Class <? extends T > adapt
src/main/java/com/github/alexthe666/citadel/client/model/container/JsonUtils.java:366
Methoddistance
Computes the distance between this point and point p1. @param p1 the other point
src/main/java/com/github/alexthe666/citadel/math/Point2f.java:73
MethoddistanceL1
Computes the L-1 (Manhattan) distance between this point and point p1. The L-1 distance is equal to abs(x1-x2) + abs(y1-y2). @param p1 the other poin
src/main/java/com/github/alexthe666/citadel/math/Point2f.java:88
MethoddistanceLinf
Computes the L-infinite distance between this point and point p1. The L-infinite distance is equal to MAX[abs(x1-x2), abs(y1-y2)]. @param p1 the othe
src/main/java/com/github/alexthe666/citadel/math/Point2f.java:99
MethoddistanceSquared
Computes the square of the distance between this point and point p1. @param p1 the other point
src/main/java/com/github/alexthe666/citadel/math/Point2f.java:60
MethoddoClientStuff
(final FMLClientSetupEvent event)
src/main/java/com/github/alexthe666/citadel/Citadel.java:172
MethoddoesLoop
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaAnimationContainer.java:27
MethodenqueueIMC
(final InterModEnqueueEvent event)
src/main/java/com/github/alexthe666/citadel/Citadel.java:176
MethodepsilonEquals
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false. The
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:274
Methodequals
Returns true if all of the data members of Tuple2f t1 are equal to the corresponding data members in this Tuple2f. @param t1 the vector with which th
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:238
MethodevaluateBlockPathType
(BlockGetter world, boolean b1, boolean b2, BlockPos pos, BlockPathTypes nodeType)
src/main/java/com/github/alexthe666/citadel/server/entity/collision/CustomCollisionsNodeProcessor.java:70
MethodexpandBiomesWith
(Set<Holder<Biome>> newGenBiomes)
src/main/java/com/github/alexthe666/citadel/mixin/BiomeSourceMixin.java:39
MethodfaceTarget
Rotates the given boxes to face a given target @param yaw the yaw to face @param pitch the pitch to face @param rotationDivisor
src/main/java/com/github/alexthe666/citadel/client/model/AdvancedEntityModel.java:62
Methodfade
(FadeFunction fadeFunction)
src/main/java/com/github/alexthe666/citadel/client/render/LightningBoltData.java:56
MethodfillGradient
(Matrix4f p_238462_0_, BufferBuilder p_238462_1_, int p_238462_2_, int p_238462_3_, int p_238462_4_, int p_238
src/main/java/com/github/alexthe666/citadel/client/gui/BookBlit.java:56
Methodflap
Rotates this box up and down (rotateAngleZ). Useful for wing and ears. @param speed is how fast the model runs @param degree is how far the
src/main/java/com/github/alexthe666/citadel/client/model/AdvancedModelBox.java:341
Methodflap
Rotates this box up and down (rotateAngleZ). Useful for wing and ears. @param box the box to animate @param speed is how fast the model r
src/main/java/com/github/alexthe666/citadel/client/model/AdvancedEntityModel.java:175
MethodfromJson
(JsonObject json)
src/main/java/com/github/alexthe666/citadel/client/texture/ColorMappedTexture.java:120
Methodget
Copies the value of the elements of this tuple into the array t. @param t the array that will contain the values of the vector
src/main/java/com/github/alexthe666/citadel/math/Tuple2f.java:105
MethodgetAllParts
()
src/main/java/com/github/alexthe666/citadel/client/model/TabulaModel.java:110
MethodgetAllTransforms
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaModelBlock.java:179
MethodgetAllowedMovementForEntity
(Entity entity, Vec3 vecIN)
src/main/java/com/github/alexthe666/citadel/server/entity/collision/ICustomCollisions.java:22
MethodgetAnalogOutputSignal
(BlockState state, Level level, BlockPos pos)
src/main/java/com/github/alexthe666/citadel/server/block/CitadelLecternBlock.java:45
MethodgetAnimation
()
src/main/java/com/github/alexthe666/citadel/animation/AnimationEvent.java:20
MethodgetAnimations
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaModelContainer.java:79
MethodgetAttackDamageBonus
()
src/main/java/com/github/alexthe666/citadel/server/item/CustomToolMaterial.java:38
MethodgetAuthor
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaModelContainer.java:47
MethodgetBindingColor
()
src/main/java/com/github/alexthe666/citadel/client/gui/GuiCitadelBook.java:16
MethodgetBindingColor
()
src/main/java/com/github/alexthe666/citadel/server/block/LecternBooks.java:36
MethodgetBiomeSpawns
()
src/main/java/com/github/alexthe666/citadel/server/event/EventMergeStructureSpawns.java:66
MethodgetBodyYRot
()
src/main/java/com/github/alexthe666/citadel/client/event/EventLivingRenderer.java:47
MethodgetBodyYRot
()
src/main/java/com/github/alexthe666/citadel/client/event/EventLivingRenderer.java:64
MethodgetBufferSource
()
src/main/java/com/github/alexthe666/citadel/client/event/EventLivingRenderer.java:68
MethodgetCategory
()
src/main/java/com/github/alexthe666/citadel/server/event/EventMergeStructureSpawns.java:40
MethodgetCenter
(Level level)
src/main/java/com/github/alexthe666/citadel/server/tick/modifier/LocalEntityTickRateModifier.java:32
MethodgetCenter
()
src/main/java/com/github/alexthe666/citadel/server/tick/modifier/LocalPositionTickRateModifier.java:31
MethodgetClientSidePlayer
()
src/main/java/com/github/alexthe666/citadel/ClientProxy.java:312
MethodgetCloneItemStack
(BlockState state, HitResult target, BlockGetter level, BlockPos pos, Player player)
src/main/java/com/github/alexthe666/citadel/server/block/CitadelLecternBlock.java:87
MethodgetCommand
()
src/main/java/com/github/alexthe666/citadel/server/entity/IComandableMob.java:11
MethodgetComponents
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaAnimationContainer.java:31
MethodgetContinentalness
()
src/main/java/com/github/alexthe666/citadel/server/event/EventReplaceBiome.java:46
MethodgetCount
()
src/main/java/com/github/alexthe666/citadel/server/block/CitadelLecternBlockEntity.java:103
MethodgetCube
(String name)
src/main/java/com/github/alexthe666/citadel/client/model/TabulaModel.java:93
MethodgetCubeByIdentifier
(String identifier)
src/main/java/com/github/alexthe666/citadel/client/model/TabulaModel.java:97
MethodgetCubeByIdentifier
@param identifier the cube identifier @param model the model container @return the cube
src/main/java/com/github/alexthe666/citadel/client/model/TabulaModelHandler.java:91
MethodgetCubeByName
@param name the cube name @param model the model container @return the cube
src/main/java/com/github/alexthe666/citadel/client/model/TabulaModelHandler.java:74
MethodgetCubeCount
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaModelContainer.java:83
MethodgetCubeGroups
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaCubeGroupContainer.java:32
MethodgetCubes
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaCubeGroupContainer.java:28
MethodgetCubes
()
src/main/java/com/github/alexthe666/citadel/client/model/container/TabulaModelContainer.java:75
MethodgetCustomRenderer
()
src/main/java/com/github/alexthe666/citadel/client/CitadelItemRenderProperties.java:10
MethodgetDefault
()
src/main/java/com/github/alexthe666/citadel/client/rewards/CitadelPatreonRenderer.java:36
MethodgetDefenseForSlot
(EquipmentSlot slotIn)
src/main/java/com/github/alexthe666/citadel/server/item/CustomArmorMaterial.java:33
MethodgetDependencies
()
src/main/java/com/github/alexthe666/citadel/client/model/container/VanillaTabulaModel.java:37
MethodgetDepth
()
src/main/java/com/github/alexthe666/citadel/server/event/EventReplaceBiome.java:66
MethodgetDisplayName
()
src/main/java/com/github/alexthe666/citadel/server/block/CitadelLecternBlockEntity.java:169
MethodgetDurabilityForSlot
(EquipmentSlot slotIn)
src/main/java/com/github/alexthe666/citadel/server/item/CustomArmorMaterial.java:28
← previousnext →601–700 of 1,091, ranked by callers